brary documentation. The package doxyFile contains
TAGFILES = build/doc/mylib/mylib.tag=../../mylib/html
Doxygen reports
Reading and parsing tag files
Reading tag file `build/doc/mylib/mylib.tag', location `../../mylib/html'...
Apart from some warnings about duplicate anchors
/User
ow
<http://stackoverflow.com/questions/43677909/how-can-i-stop-doxygen-creating-a-path-to-my-proj-lib-3-man-page>.
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech
?
I am sure I can’t be the first person trying to generated end-user
documentation with Doxygen. What am I missing?
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engag
> On Apr 29, 2017, at 11:48, Mark wrote:
>
> How can I get the man page to have this content?
I have found an answer. If I change @mainpage to @page then a toktx.1 file is
created.
I still need to get rid of those 2 useless files named after the full paths to
source files.
> On Apr 29, 2017, at 12:43, Mark wrote:
>
> I have found an answer.
Now I’m trying to think of a way to share text between the usage message
printed by the app and this man page. Anyone got any bright ideas?
Regards
blank. In
this case I still get these pesky path files for the 2 directories in the path.
Regards
-Mark
P.S. to Ken, sorry for the duplicate message. I failed to notice that my mail
client had not set the proper from address.-
groff, and therefore
also \htmlonly and my own html.
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm
can I do this?
Asked also at stackoverflow
<http://stackoverflow.com/questions/43629688/how-can-i-get-a-functions-list-in-the-top-level-of-doxygens-tree-view>.
Regards
-Mark
--
Check out the vibrant tech community on one of
there is no underlying generic command having the behavior that
could be used in an ALIAS. If such a thing exists, it has not exactly jumped
out at me in special commands. Am I just missing it?
Regards
-Mark
--
Che
e top of
the page with “toktx” in it. “A description” appears below this heading. This
is okay except that NAME does not appear so the HTML does not look like the man
page.
Regards
-Mark
--
Check out the vibrant
em. You can put code (you do mean source code?) fragments into Asciidoctor
and have them syntax highlighted in the output.
Doxygen is for when you want your readers to be able to explore the code
structure or get reference inform
then the snippet is included in the documentation
for whatever is declared following this comment block.
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech
> On Jun 29, 2017, at 15:09, Mark wrote:
>
> Hi Robert,
>
>> On Jun 29, 2017, at 13:16, Robert Dailey > <mailto:rcdailey.li...@gmail.com>> wrote:
>>
>> I have integrated Doxygen documentation generation into CMake via tag
>> files. Each dependen
; landing
> page that connects everything together.
I am looking for the same thing. So far I have not found an answer, not even by
way of my query to this list. I hope you have better luck.
Regards
-Mark
--
Che
).
> Didn't notice any visual issues.
>
> Is this valid? Will doxygen use internal defaults for missing
> top-level elements in the layout XML?
I look forward to the answer.
If one of the added elements needs to point to a document for which tags
are being imported, how do yo
hought on other platforms
too. Not sure why your results are different.
As for the cygwin path issue, either make sure all tools, including doxygen,
are cygwin tools or all are windows tools. You might be able to do some mixing
by using scripts that use cygpath.
Regards
-Mark
> On Jul
most item is visible. This makes
navigating through API documentation very difficult.
How can I prevent these nasties?
Regards
-Mark
1. How to reference external documentation from a user tab?
I am attempting to use a tag file to reference an external doxygen-generated
doc. References within Doxygen generated pages are working. E.g., my @mainpage
content includes "@ref history". This link correctly links to the document
list
. Only if I use
@subpage externalref
do I get a usable link.
The documentation for using tags is a joke. It stops at the point where it's
told you how to get doxygen to find the tags file.
Regards
-Mark
--
Chec
viewed as a page in the documentation.
Is this a bug or am I doing something wrong?
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm
arly structured titles that are working fine. I even copied the 1st 2
lines from one of those into notice.md but get the same message, modulo the
link name. The file modes are identical. The files are all included in the
doxyfile’s INPUT.
Can someone give me a clue as to what is going wrong?
Reg
whole file I wouldn’t be using snippets. How can I stop
Doxygen doing this?
Regards
-Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm
I am still seeking help with the following questions.
> On Apr 22, 2018, at 22:26, Mark wrote:
>
> I’m experimenting with TAG files and external links and have a couple of
> questions.
>
> 1. Is it possible to disambiguate links in refs? I want to link to the index
> pa
> On May 7, 2018, at 18:49, Mark wrote:
>
> So I ask again, is the a way to explicitly disambiguate my umbrella doc’s
> index from libktx’s?
Bonus question: is there someway to use a URL as the name for the reference
“name” in \subpage command? Just putting a URL after it result
find a man page for, e.g
st_dev, a field in a statbuf struct. You won’t even find a man page for statbuf.
Is there some way to limit Doxygen to generating man pages just for the API
functions?
Regards
-Mark
___
Doxygen-users mailing list
Doxygen
> On Jul 8, 2019, at 11:38, Mark wrote:
>
> Is there some way to limit Doxygen to generating man pages just for the API
> functions?
Other than not documenting the fields.
Regards
-Mark
___
Doxygen-users mailing list
D
I am getting the following warning:
multiple use of page label 'license', (other occurrence: , line: 1)
in a Markdown file with the following heading:
License and Attribution Notices {#license}
===
-
The warning appears on the last line shown -
> On Mar 17, 2020, at 16:10, Mark wrote:
>
> I am getting the following warning:
>
> multiple use of page label 'license', (other occurrence: , line:
> 1)
>
I figured it out. The file was input to two projects one of which was exporting
tags read by
?
Regards
-Mark
___
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
something that recently changed. Is it a bug? The intent of \memberof is not
clear from the documentation which gives little information beyond it being
useful when documenting c apis. Maybe I should just delete all the \memberof
commands.
Regards
-Mark
> On Mar 20, 2020, at 17:17, Mark wrote:
>
> That is for a function “classA_testcase” which has \memberof classA in the
> doxygen comment and is in some group created with \defgroup, if I navigate to
> the function via the Data Structures or Files entries of the left-hand pane
.
Regards
-Mark
___
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
I have a fenced code block
```
Text that is not code
```
and it is being highlighted. How can I prevent that? I tried ```text and
```plaintext, ```{.text} and ```{.txt} but none made any difference.
Regards
-Mark
___
Doxygen-users mailing list
pport, e.g.
\code{.unparsed}
Show this as-is please
\endcode
“
Regards
-Mark
> On Jul 20, 2020, at 14:30, Mark wrote:
>
> No, sadly that doesn’t work either. Nor does ```unparsed.
>
> doxygen seems to think these blocks are some language called hljs. This is
> the HTML
The official way to support multiple languages, which I’ve used successfully in
the past, is to mark the comment language with \~[LanguageId], e.g.
/** comment
\~English
\brief English brief description
A longer description
\~German
\brief Deutsche kurzbeschreibung
Eine längere Beschreibung
? Or is what I am trying to do impossible?
Regards
-Mark
___
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
I am trying to write Objective-C coding guidelines in a markdown file and would
like to provide code examples that include doc comments. However when I do
something like:
\code{.m}
/** a good friend of Bar */
@interface Foo
@end
\endcode
The comment becomes a blank line in the resulting code b
In a markdown file the following fenced code block causes a doxygen crash
~~~{.m}
@property Foo *foo;
~~~
The corresponding \code block works fine:
\code{.m}
@property Foo *foo;
\endcode
I have tried this with Apple's provided 1.8.2 and also 1.8.3
--
\endcode
This separates the two *'s of the displayed comment with an invisible doc
comment...
On Jan 26, 2013, at 7:16 AM, Mark Zeren wrote:
>
> I am trying to write Objective-C coding guidelines in a markdown file and
> would like to provide code
The DBG_CTX macro at scanner.l line 529 causes a core dump in
fprint()->strlen() on Solaris as the values aren't checked for NULL first.
A quick fix is to comment out the macro and uncomment the dummy one before
compiling.
/bin/perl -pe '($. == 49) && s%^%//%' -i src/scanner.l
/bin/perl -
Doxygen/source/U_EthernetHandler.pas...
Exiting...
input buffer overflow, can't enlarge buffer because scanner uses REJECT"
So I downgraded to 1.8.4 again and run job with same source and everything went
well.
Can somebody help me?
Mit freundlichen Grüßen | Best reg
Hello,
doxygen setup is built using Inno Setup.
Silent install is documented here http://www.jrsoftware.org/ishelp/
Mit freundlichen Grüßen | Best regards,
i.A. MARK ZIEGLER
Produktbereich Profilieren | Product Unit Profiling
Leitung Softwareentwicklung | Head of Software R&D
Phone +4
Hi,
Sorry if this has been documented elsewhere, but it's a hard thing to Google
for.
I have a C++ application which exposes a service over an API. I already use
Doxygen to render lovely maintenance documentation for the server application
itself.
However, I'd also like to use Doxygen to ren
43 matches
Mail list logo