Jesse van den Kieboom
Jesse van den Kieboom
Yes, I have noticed this issue as well. It should be a general issue with cldoc.
Integration with build systems is up to the user. It is trivial to add a target to autotools (for example), which calls cldoc with the right flags and source files....
What I'm saying is that it's easier/better to integrate it directly in cmake. Meaning, you simply add a new target (i.e. docs) to your cmake file, and call cldoc appropriately...
Like I said before, patches are welcome. I don't use cmake. cldoc does not allow for specifying differenc compile args for different files from the command line, but it's trivial...
Actually, what happens is that `Specifies a bright red color.` is set as the brief doc, and `This has the value #FF0000` is the full doc. This is no different...
cldoc != doxygen
For 1) cldoc was not really intended for conversion of doxygen, more for new projects. I don't think keeping the brief and full doc independent leads to much duplication. Brief...
This information is not currently available afaik, but we can probably do something with obtaining the tokens and simply checking if we get '=' 'delete' at the end of the...
This is not possible. Directory structure is not a particular good way of grouping documentation since the structure can be arbitrary. It can make it harder to find documentation of...
Closing since no further arguments have been provided.