Skip to content
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

Add support for non-parsed language (Origin: bugzilla #734099) #5535

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Add support for non-parsed language (Origin: bugzilla #734099) #5535

doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity enhancement in component build for ---
Reported in version 1.8.6 on platform Other
Assigned to: Dimitri van Heesch

On 2014-08-01 09:13:19 +0000, milasudril@gmail.com wrote:

In my documentation, I need to include code examples in languages that doxygen cannot parse. In particular it contains example in bash, batch, and vb-script and a custom turtle-like language called Spell.

The request is to add a new language ".unparsed" to \code so that the contents does not become parsed:

\code{.unparsed}
./wand-new "profile[install] files[wandcfg_install.spell]"
\endcode

Shall only emit (in HTML mode)

./wand-new "profile[install] files[wandcfg_install.spell]"

Also, if the chosen language is not ".unparsed", but a language not known to Doxygen, like those mentioned earlier, Doxygen shall not fallback on the default language but treat it mostly like ".unparsed":

\code{.sh}
./wand-new "profile[install] files[wandcfg_install.spell]"
\endcode

./wand-new "profile[install] files[wandcfg_install.spell]"

I do not want new to be highlighted as keyword here...

On 2014-08-03 14:52:06 +0000, milasudril@gmail.com wrote:

Also, it may happen that Doxygen produces bad references:

http://milasudril.github.io/gabi/html/namespace_herbs_1_1_fileutils.html

The file wandcfg-example.spell does not contain any information about how to use bool Herbs::Fileutils::mkdir(const Path& path). mkdir in the config file is the name of the command used to create a directory when generating a makefile.

On 2014-08-04 12:13:03 +0000, Dimitri van Heesch wrote:

Sounds like a reasonable request. I'll include this in the next GitHub update.

On 2014-08-21 17:15:27 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferrably in the form of a self-contained example).

On 2014-08-25 08:33:09 +0000, milasudril@gmail.com wrote:

(In reply to comment # 3)

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferrably in the form of a self-contained
example).

Pre-build Doxygen 1.8.8 works as expected on Microsoft Windows [Version 6.1.7601] 64-bit

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant