I have a few enumerations which have several sections, and I'm trying to get Doxygen to comment it as such. I'd like to have header sections or something similar inside the enumeration. For example, I have an enumeration like:
In the above example, I would like Doxygen to place the "General Commands" and "Device Foo Specific Commands" comments all the way left aligned in the enumeration block and before the actual enum that is in front of it in the list. Instead, the comment is appearing over by the rest of the enum comments on the right side. Anyone know how to accomplish something in line with what I'm looking for?
Thanks,
Bryan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a few enumerations which have several sections, and I'm trying to get Doxygen to comment it as such. I'd like to have header sections or something similar inside the enumeration. For example, I have an enumeration like:
In the above example, I would like Doxygen to place the "General Commands" and "Device Foo Specific Commands" comments all the way left aligned in the enumeration block and before the actual enum that is in front of it in the list. Instead, the comment is appearing over by the rest of the enum comments on the right side. Anyone know how to accomplish something in line with what I'm looking for?
Thanks,
Bryan