Cite This Page
Bibliographic details for Doxygen documentation
- Page name: Doxygen documentation
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 15 September 2018 11:08 UTC
- Date retrieved: 22 May 2021 13:02 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881
- Page Version ID: 111881
Citation styles for Doxygen documentation
APA style
Doxygen documentation. (2018, September 15). Inkscape Wiki, . Retrieved 13:02, May 22, 2021 from https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881.
MLA style
"Doxygen documentation." Inkscape Wiki, . 15 Sep 2018, 11:08 UTC. 22 May 2021, 13:02 <https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881>.
MHRA style
Inkscape Wiki contributors, 'Doxygen documentation', Inkscape Wiki, , 15 September 2018, 11:08 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881> [accessed 22 May 2021]
Chicago style
Inkscape Wiki contributors, "Doxygen documentation," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881 (accessed May 22, 2021).
CBE/CSE style
Inkscape Wiki contributors. Doxygen documentation [Internet]. Inkscape Wiki, ; 2018 Sep 15, 11:08 UTC [cited 2021 May 22]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881.
Bluebook style
Doxygen documentation, https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881 (last visited May 22, 2021).
BibTeX entry
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Doxygen documentation --- Inkscape Wiki{,} ",
year = "2018",
url = "https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881",
note = "[Online; accessed 22-May-2021]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Doxygen documentation --- Inkscape Wiki{,} ",
year = "2018",
url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Doxygen_documentation&oldid=111881}",
note = "[Online; accessed 22-May-2021]"
}