cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

Improve the help output #549

Closed alandefreitas closed 3 weeks ago

alandefreitas commented 3 months ago

ToolArgs.cpp doesn't look very well developed in terms of the help it offers in the strings. The meaning of input paths (compile commands or the process of looking for CMake automatically) is not described.

We also implemented a feature where the input could be the project path or the cmakelists.txt file, but Vinnie said it's best to remove this option and require the CMakeLists.txt to be specified.