-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
See the libtwiddle documentation, there should be 2 distinct group called bitmap
and bitmap_rle
, yet they get merged into bitmap
. I believe the following code makes a bold assumption where the first word splited by _
is the group name.
Would there be a way to specify the group which a function lives in? For example, in libgit2, we can see the following header in most files.
Some suggestions
- Use a special comment in each function, say
@group
- Have the user provide a list of groups in the config file and bind a function to the longest prefix matching group in the list
Metadata
Metadata
Assignees
Labels
No labels