strinking / docflow

A Discord Bot for evaluating code and viewing documentation, built for the Programming Discord Server.
6 stars 3 forks source link

Improve member formatting for C++ #33

Open jchristgit opened 7 years ago

jchristgit commented 7 years ago

Currently, when looking up a symbol with member using .cppref, the member formatting looks somewhat unorganized. I feel like two things could improve this by a fair margin:

Member Functions (constructor) (destructor): destroys the string, deallocating internal storage if used (public member function) operator=: assigns values to the string assign: assign characters to a string get_allocator: returns the associated allocator Element access: No description available note: this looks like redundant information at: accesses the specified character with bounds checking operator[]: accesses the specified character