diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-25 09:09:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 09:09:33 (GMT) |
commit | 80f1f380f199f470ef9678a413d537feba68d87a (patch) | |
tree | 57ad379d75b0ede4af42ec20e1d21fd04c9b5360 /doc/faq.doc | |
parent | 36c549da50d685fd8be82e88cb63db5cf13c57f5 (diff) | |
parent | ff3fdb3ac14a1f90334ca6c40eac46c772b5af63 (diff) | |
download | Doxygen-80f1f380f199f470ef9678a413d537feba68d87a.zip Doxygen-80f1f380f199f470ef9678a413d537feba68d87a.tar.gz Doxygen-80f1f380f199f470ef9678a413d537feba68d87a.tar.bz2 |
Merge branch 'master' into feature/bug_style_change
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index 0ba9450..8a3aee8 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -216,7 +216,7 @@ If you don't mind spending some time on it, there are several options: - If the grammar of X is somewhat different than you can write an input filter that translates X into something similar enough to C/C++ for doxygen to understand (this approach is taken for VB, Object Pascal, and - Javascript, see http://www.doxygen.org/download.html#helpers). + JavaScript, see http://www.doxygen.org/download.html#helpers). - If the grammar is completely different one could write a parser for X and write a backend that produces a similar syntax tree as is done by \c src/scanner.l (and also by \c src/tagreader.cpp while reading tag files). |