

- #DOXYGEN COPYRIGHT TAG MAC OS X#
- #DOXYGEN COPYRIGHT TAG SOFTWARE#
- #DOXYGEN COPYRIGHT TAG CODE#
- #DOXYGEN COPYRIGHT TAG LICENSE#
- #DOXYGEN COPYRIGHT TAG WINDOWS#
It allows you to specify C++ symbols and it will convert them into links to. We organize Doxygen comment blocks into sections that appear in a common order. Doxylink is a Sphinx extension to link to external Doxygen API documentation. * * This file is part of Common Structure of Documentation Blocks ¶ Treat the guidelines on this page as an extension of the DM C++ Style Guide.
#DOXYGEN COPYRIGHT TAG CODE#
This page focuses on public code documentation using Doxygen, while internal comments are discussed in our DM C++ Style Guide. These comments are meant to be read only by developers reading and editing the source code. Our Doxygen configuration file is located in the base package.įor Science Pipelines packages, it is automatically included in all documentation builds.īy commenting our code internally with C++ comments ( // or /*. This documentation is exposed to users in a variety of contexts, from developers reading the code to readers of the Stack Doxygen Documentation.ĭoxygen comment blocks are the public specification of our C++ API. The LSST Stack uses Doxygen to build C++ API reference documentation from comment blocks.
#DOXYGEN COPYRIGHT TAG LICENSE#


#DOXYGEN COPYRIGHT TAG SOFTWARE#
#DOXYGEN COPYRIGHT TAG WINDOWS#
Furthermore, executables for Windows are available. As a result, it runs on most other Unix flavors as well.
#DOXYGEN COPYRIGHT TAG MAC OS X#
Attending and Presenting at Conferences Doxygen is developed under Mac OS X and Linux, but is set-up to be highly portable.Configuring your GitHub username in your Slack profile.00018 -*/ 00019Ġ0091 #ifndef vtkDistributedDataFilter_h 00092 #define vtkDistributedDataFilter_h 00093 00094 #include " vtkFiltersParallelMPIModule.h" // For export macro 00095 #include " vtkDataObjectAlgorithm. See the above copyright notice for more information. The first sentence is a brief description of the class and will appear in all class listings. The \class Doxygen command is mandatory otherwise Doxygen will not associate the comments to the proper class. 00009 00010 This software is distributed WITHOUT ANY WARRANTY without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. The documentation for the class is in general located at the beginning of the. 00001 /*= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkDistributedDataFilter.h 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved.
