-
```
Traceback (most recent call last):
File "./doxygen2gwiki", line 12, in
main()
File "src/doxygen2gwiki/main.py", line 42, in main
doxygen.processFile(parse(options.docs + "index.xml"))
Fi…
-
**Is your feature request related to a problem? Please describe.**
The current c source parser is very primitive and barely useable for creating datatype archives for complex object oriented (and h…
-
We currently generate Doxygen tag files but do not include them in our online documentation. Let's ensure that `hdf5.tag` is included, its location documented, and that there is a download link in `Ov…
-
When looking into the XML files that are generated by doxygen for this C code
```c
typedef struct {
lv_prop_id_t id;
union {
int32_t num; /**< Number integer numb…
-
Would it be possible to add the documentation with it? Maybe some markdown files?
maybe with the help of this tool: [doxygen xml to markdown](https://github.com/sourcey/moxygen)?
-
**Describe the bug**
Assume there are three Java files: ``pck1/A.java``, ``pck2/A.java`` and ``pck2/B.java`` with content as follows.
```
// pck1/A.java:
package pck1;
public class A {
p…
-
status NEW severity *enhancement* in component *general* for *---*
Reported in version *1.8.2-SVN* on platform *Other*
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- _[doxygen-i…
-
Hi there!
First, a bit of context:
I have several embedded C projects documented with Doxygen. My company's rules demand that we generate PDF documentation (yes, I know). We're currently using a…
-
If we make Mr. Docs XML-only, we get a number of benefits:
* No need for bitcode
* No need for plugin extensions
* Extraction can be optimized for XML
* No need for built-in handlebars, duktape,…
-
### LVGL version
v9.3
# Executive Summary:
While its current algorithm was a vast improvement over having NO API links, I found an important design flaw in `doc_builder.py`. It is thoroughly…