diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 23:16:47 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 23:21:25 +0200 |
| commit | f66cb8f28a2779159baeef6ea91a7684d59cc295 (patch) | |
| tree | eda02dc289d25a776cb347f45d54e34476190f2b /Doxyfile | |
| parent | 1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c (diff) | |
| download | minishell-f66cb8f28a2779159baeef6ea91a7684d59cc295.tar.gz minishell-f66cb8f28a2779159baeef6ea91a7684d59cc295.tar.bz2 minishell-f66cb8f28a2779159baeef6ea91a7684d59cc295.zip | |
Changed representation of environment to vector
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -608,7 +608,7 @@ INLINE_INFO = YES # name. If set to NO, the members will appear in declaration order. # The default value is: YES. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member |
