apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
28 stars 11 forks source link

[doc] Alphabetize methods under classes in "alphabetically" list #122

Closed apjanke closed 5 months ago

apjanke commented 5 months ago

In the generated doco, HTML and PDF format at least, the top-level classes and functions are alphabetized, but not the methods within classes. Fix that. Should be alphabetized, case-insensitive, I think.

image image
apjanke commented 5 months ago

Fixed in https://github.com/apjanke/octave-tablicious/commit/baf54b874658ebce7841e44b881d9e31439d40c7, I think.

image