-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doc #509
Fix doc #509
Conversation
We should also document the allowed values for For example, at least Do you think that the list is complete is we combine the Probably this needs to be added to the top of I could also make these changes if you prefer, but I do need confirmation of the list of possible options before anything can be done by either of us. |
Here's a list of sections I found through experimentation:
|
I haven't been able to find a definitive list anywhere online, or in any doxygen code. This is the closest I've found: |
Breathe has the following:
Doxygen has:
The output of diff --git a/doxygen b/breathe
index 09211c5..ec4e5d3 100644
--- a/doxygen
+++ b/breathe
@@ -1,11 +1,14 @@
+briefdescription
dcop-func
define
-dictionary
+derivedcompoundref
+detaileddescription
enum
event
friend
func
-interfaces
+innerclass
+innernamespace
package-attrib
package-func
package-static-attrib
@@ -32,8 +35,7 @@ public-static-attrib
public-static-func
public-type
related
-sequence
-services
signal
typedef
+user-defined
var I suppose the things currently in Doxygen but not handled by Breathe are effectively ignored, so it probably makes sense to only document the things actually handled by Breathe. Thanks for the link to Doxygen. I will fixup the doc on this PR in a bit. |
@alephzero can you check if this looks good to you? |
@alephzero explicit approve is in the |
All changes look good to me! Ship it :) |
#501