albert-github
albert-github
> This code was part of a larger ASCII drawing. Should it be put inside some verbatim block or something? Yes I think this should be in a verbatim type...
Did some further investigations. Since doxygen 1.9.8 a.o. also section titles are searchable which results in the fact that when having: ``` # | A ``` and one type in...
@doxygen In the file `searchindex_js.cpp` in the function `static void splitSearchTokens(QCString &title,IntVector &indices)` we have the line: ``` if (isId(c) || c==':') // add "word" character ``` when changing this...
The problem lies a bit in the fact that there is now the possibility that section titles are also searchable and thus can contain non identifier characters When having: ```...
An idea (as written on stack overflow as well) is: to give the undocumented functions in the call graph a different border color so they stand out a bit. Another...
> I'd like doxygen to point them there. Hence the idea about `GENERATE_UNDOCUMENTED`
It is probably feasible. - run doxygen to generate xml - process xml file to generate a file called e.g. `undocumented.md` in which all undocumented functions are listed (with other...
> Could you elaborate the relationships between the items? On the xml directory a file compound.xsd (and index.xsd) is provided that should give the definition of all items. Regarding the...
It might have something to do with Objective C but to be able to say something more about it: - Can you please attach a, small, self contained example (source+configuration...
Hard to tell based in the given not so small example, can you give an example of an undocumented entity and the relations you would like to see? I think...