Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Programmming language API


Several elements allows to show a link to different a programming language API:
  • The javadoc element show a link to a Java class documentation
  • The dotnetdoc element show a link to a .NET class documentation
  • The qtdoc element show a link to a Qt class documentation
  • The pydoc element show a link to a Python module documentation
  • The doxygen element show a link to a doxygen class documentation

Examples

  This is a link to <javadoc path="java.awt.Button" />

  This is a link to <dotnetdoc path="System.AppDomain"/>
      
  This is a link to <qtdoc location="http://doc.qt.io/qt-5.12/" path="QAbstractAxis"/>
      
  This is a link to <pydoc module="array" />
Result: This is a link to Button

This is a link to System.AppDomain

This is a link to QAbstractAxis

This is a link to array

See also


Categories: syntax

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.