From 6a5612761bbdff121d1dd27111a95f3a32421fa9 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Wed, 3 Jun 2009 18:31:02 +0200 Subject: [PATCH] ENH: More flexible -doc and -srcDoc options using index file argList.C now doesn't search docDirs directly, but uses an index file for this. This allows also www paths to be referenced. Further, multiple documentation index files can be specified, each with its own directory prefix. The "master" documentation index file is created by CMake using the new FF_ADD_EXECUTABLE_TO_DOC_INDEX function. The user can now choose to use the online or the local docs (FF_USE_LOCAL_DOXYGE_DOCS) and if she doesn't want to use a HTML browser, she can set HTML_DOC_BROWSER to "ECHO" which will cause FreeFOAM to just output the name and location of the documentation file. Signed-off-by: Michael Wild --- CMake/Modules/FFAddExecutableToDocIndex.cmake | 137 +++++++++++++++++++++ CMake/Modules/FFConfigureFiles.cmake | 16 ++- CMakeLists.txt | 23 +++- INSTALL | 22 ++++ INSTALL.html | 42 ++++++- applications/solvers/DNS/dnsFoam/CMakeLists.txt | 2 + .../solvers/basic/laplacianFoam/CMakeLists.txt | 2 + .../solvers/basic/potentialFoam/CMakeLists.txt | 2 + .../basic/scalarTransportFoam/CMakeLists.txt | 2 + .../solvers/combustion/PDRFoam/CMakeLists.txt | 2 + .../solvers/combustion/XiFoam/CMakeLists.txt | 2 + .../solvers/combustion/Xoodles/CMakeLists.txt | 2 + .../combustion/coldEngineFoam/CMakeLists.txt | 2 + .../combustion/dieselEngineFoam/CMakeLists.txt | 2 + .../solvers/combustion/dieselFoam/CMakeLists.txt | 2 + .../solvers/combustion/engineFoam/CMakeLists.txt | 2 + .../solvers/combustion/reactingFoam/CMakeLists.txt | 2 + .../solvers/compressible/coodles/CMakeLists.txt | 2 + .../compressible/rhoCentralFoam/CMakeLists.txt | 2 + .../compressible/rhoPimpleFoam/CMakeLists.txt | 2 + .../rhoPorousSimpleFoam/CMakeLists.txt | 2 + .../compressible/rhoSimpleFoam/CMakeLists.txt | 2 + .../compressible/rhoSonicFoam/CMakeLists.txt | 2 + .../compressible/rhoTurbFoam/CMakeLists.txt | 2 + .../compressible/rhopSonicFoam/CMakeLists.txt | 2 + .../solvers/compressible/sonicFoam/CMakeLists.txt | 2 + .../sonicFoamAutoMotion/CMakeLists.txt | 2 + .../compressible/sonicLiquidFoam/CMakeLists.txt | 2 + .../compressible/sonicTurbFoam/CMakeLists.txt | 2 + .../electrostaticFoam/CMakeLists.txt | 2 + .../electromagnetics/mhdFoam/CMakeLists.txt | 2 + .../solvers/financial/financialFoam/CMakeLists.txt | 2 + .../heatTransfer/buoyantFoam/CMakeLists.txt | 2 + .../heatTransfer/buoyantSimpleFoam/CMakeLists.txt | 2 + .../buoyantSimpleRadiationFoam/CMakeLists.txt | 2 + .../heatTransfer/chtMultiRegionFoam/CMakeLists.txt | 2 + .../heatTransfer/lesBuoyantFoam/CMakeLists.txt | 2 + .../incompressible/boundaryFoam/CMakeLists.txt | 2 + .../incompressible/channelOodles/CMakeLists.txt | 2 + .../incompressible/icoDyMFoam/CMakeLists.txt | 2 + .../solvers/incompressible/icoFoam/CMakeLists.txt | 2 + .../nonNewtonianIcoFoam/CMakeLists.txt | 2 + .../solvers/incompressible/oodles/CMakeLists.txt | 2 + .../incompressible/simpleFoam/CMakeLists.txt | 2 + .../incompressible/turbDyMFoam/CMakeLists.txt | 2 + .../solvers/incompressible/turbFoam/CMakeLists.txt | 2 + .../molecularDynamics/gnemdFoam/CMakeLists.txt | 2 + .../mdEquilibrationFoam/CMakeLists.txt | 2 + .../solvers/multiphase/bubbleFoam/CMakeLists.txt | 2 + .../compressibleLesInterFoam/CMakeLists.txt | 2 + .../solvers/multiphase/interDyMFoam/CMakeLists.txt | 2 + .../solvers/multiphase/interFoam/CMakeLists.txt | 2 + .../multiphase/interPhaseChangeFoam/CMakeLists.txt | 2 + .../multiphase/lesCavitatingFoam/CMakeLists.txt | 2 + .../solvers/multiphase/lesInterFoam/CMakeLists.txt | 2 + .../multiphase/multiphaseInterFoam/CMakeLists.txt | 2 + .../multiphase/rasCavitatingFoam/CMakeLists.txt | 2 + .../solvers/multiphase/rasInterFoam/CMakeLists.txt | 2 + .../solvers/multiphase/settlingFoam/CMakeLists.txt | 2 + .../multiphase/twoLiquidMixingFoam/CMakeLists.txt | 2 + .../multiphase/twoPhaseEulerFoam/CMakeLists.txt | 2 + .../solidDisplacementFoam/CMakeLists.txt | 2 + .../CMakeLists.txt | 2 + .../estimateScalarError/CMakeLists.txt | 2 + .../icoErrorEstimate/CMakeLists.txt | 2 + .../errorEstimation/icoMomentError/CMakeLists.txt | 2 + .../momentScalarError/CMakeLists.txt | 2 + .../mesh/advanced/autoRefineMesh/CMakeLists.txt | 2 + .../mesh/advanced/collapseEdges/CMakeLists.txt | 2 + .../mesh/advanced/combinePatchFaces/CMakeLists.txt | 2 + .../mesh/advanced/modifyMesh/CMakeLists.txt | 2 + .../mesh/advanced/refineHexMesh/CMakeLists.txt | 2 + .../mesh/advanced/refineWallLayer/CMakeLists.txt | 2 + .../mesh/advanced/refinementLevel/CMakeLists.txt | 2 + .../mesh/advanced/removeFaces/CMakeLists.txt | 2 + .../mesh/advanced/selectCells/CMakeLists.txt | 2 + .../mesh/advanced/splitCells/CMakeLists.txt | 2 + .../conversion/Optional/ccm26ToFoam/CMakeLists.txt | 2 + .../mesh/conversion/ansysToFoam/CMakeLists.txt | 2 + .../mesh/conversion/cfx4ToFoam/CMakeLists.txt | 2 + .../conversion/fluent3DMeshToFoam/CMakeLists.txt | 2 + .../conversion/fluentMeshToFoam/CMakeLists.txt | 2 + .../conversion/foamMeshToFluent/CMakeLists.txt | 2 + .../mesh/conversion/foamToStarMesh/CMakeLists.txt | 2 + .../mesh/conversion/gambitToFoam/CMakeLists.txt | 2 + .../mesh/conversion/gmshToFoam/CMakeLists.txt | 2 + .../mesh/conversion/ideasUnvToFoam/CMakeLists.txt | 2 + .../mesh/conversion/kivaToFoam/CMakeLists.txt | 2 + .../mesh/conversion/mshToFoam/CMakeLists.txt | 2 + .../conversion/netgenNeutralToFoam/CMakeLists.txt | 2 + .../mesh/conversion/plot3dToFoam/CMakeLists.txt | 2 + .../mesh/conversion/polyDualMesh/CMakeLists.txt | 2 + .../mesh/conversion/sammToFoam/CMakeLists.txt | 2 + .../mesh/conversion/star4ToFoam/CMakeLists.txt | 2 + .../mesh/conversion/starToFoam/CMakeLists.txt | 2 + .../mesh/conversion/tetgenToFoam/CMakeLists.txt | 2 + .../mesh/conversion/writeMeshObj/CMakeLists.txt | 2 + .../mesh/generation/blockMesh/CMakeLists.txt | 2 + .../mesh/generation/extrude2DMesh/CMakeLists.txt | 2 + .../mesh/generation/extrudeMesh/CMakeLists.txt | 2 + .../mesh/generation/snappyHexMesh/CMakeLists.txt | 2 + .../mesh/manipulation/attachMesh/CMakeLists.txt | 2 + .../mesh/manipulation/autoPatch/CMakeLists.txt | 2 + .../mesh/manipulation/cellSet/CMakeLists.txt | 2 + .../manipulation/checkMesh.save/CMakeLists.txt | 2 + .../mesh/manipulation/checkMesh/CMakeLists.txt | 2 + .../mesh/manipulation/createBaffles/CMakeLists.txt | 2 + .../mesh/manipulation/createPatch/CMakeLists.txt | 2 + .../mesh/manipulation/deformedGeom/CMakeLists.txt | 2 + .../mesh/manipulation/faceSet/CMakeLists.txt | 2 + .../mesh/manipulation/flattenMesh/CMakeLists.txt | 2 + .../mesh/manipulation/insideCells/CMakeLists.txt | 2 + .../mesh/manipulation/mergeMeshes/CMakeLists.txt | 2 + .../mergeOrSplitBaffles/CMakeLists.txt | 2 + .../mesh/manipulation/mirrorMesh/CMakeLists.txt | 2 + .../manipulation/moveDynamicMesh/CMakeLists.txt | 2 + .../manipulation/moveEngineMesh/CMakeLists.txt | 2 + .../mesh/manipulation/moveMesh/CMakeLists.txt | 2 + .../mesh/manipulation/objToVTK/CMakeLists.txt | 2 + .../mesh/manipulation/pointSet/CMakeLists.txt | 2 + .../mesh/manipulation/refineMesh/CMakeLists.txt | 2 + .../mesh/manipulation/renumberMesh/CMakeLists.txt | 2 + .../mesh/manipulation/rotateMesh/CMakeLists.txt | 2 + .../mesh/manipulation/setSet/CMakeLists.txt | 2 + .../mesh/manipulation/setsToZones/CMakeLists.txt | 2 + .../mesh/manipulation/splitMesh/CMakeLists.txt | 2 + .../manipulation/splitMeshRegions/CMakeLists.txt | 2 + .../mesh/manipulation/stitchMesh/CMakeLists.txt | 2 + .../mesh/manipulation/subsetMesh/CMakeLists.txt | 2 + .../manipulation/transformPoints/CMakeLists.txt | 2 + .../mesh/manipulation/zipUpMesh/CMakeLists.txt | 2 + .../miscellaneous/expandDictionary/CMakeLists.txt | 2 + .../miscellaneous/foamDebugSwitches/CMakeLists.txt | 2 + .../miscellaneous/foamFormatConvert/CMakeLists.txt | 2 + .../miscellaneous/foamInfoExec/CMakeLists.txt | 2 + .../miscellaneous/patchSummary/CMakeLists.txt | 2 + .../parallelProcessing/decomposePar/CMakeLists.txt | 2 + .../reconstructPar/CMakeLists.txt | 2 + .../reconstructParMesh/CMakeLists.txt | 2 + .../redistributeMeshPar/CMakeLists.txt | 2 + .../dataConversion/foamDataToFluent/CMakeLists.txt | 2 + .../dataConversion/foamToEnsight/CMakeLists.txt | 2 + .../foamToEnsightParts/CMakeLists.txt | 2 + .../dataConversion/foamToFieldview9/CMakeLists.txt | 2 + .../dataConversion/foamToGMV/CMakeLists.txt | 2 + .../dataConversion/foamToVTK/CMakeLists.txt | 2 + .../dataConversion/smapToFoam/CMakeLists.txt | 2 + .../postProcessing/foamCalc/CMakeLists.txt | 2 + .../miscellaneous/engineCompRatio/CMakeLists.txt | 2 + .../execFlowFunctionObjects/CMakeLists.txt | 2 + .../miscellaneous/pdfPlot/CMakeLists.txt | 2 + .../miscellaneous/postChannel/CMakeLists.txt | 2 + .../miscellaneous/ptot/CMakeLists.txt | 2 + .../miscellaneous/wdot/CMakeLists.txt | 2 + .../miscellaneous/writeCellCentres/CMakeLists.txt | 2 + .../patch/patchAverage/CMakeLists.txt | 2 + .../patch/patchIntegrate/CMakeLists.txt | 2 + .../sampling/probeLocations/CMakeLists.txt | 2 + .../postProcessing/sampling/sample/CMakeLists.txt | 2 + .../scalarField/pPrime2/CMakeLists.txt | 2 + .../stressField/stressComponents/CMakeLists.txt | 2 + .../postProcessing/turbulence/R/CMakeLists.txt | 2 + .../createTurbulenceFields/CMakeLists.txt | 2 + .../postProcessing/velocityField/Co/CMakeLists.txt | 2 + .../velocityField/Lambda2/CMakeLists.txt | 2 + .../velocityField/Mach/CMakeLists.txt | 2 + .../postProcessing/velocityField/Pe/CMakeLists.txt | 2 + .../postProcessing/velocityField/Q/CMakeLists.txt | 2 + .../velocityField/enstrophy/CMakeLists.txt | 2 + .../velocityField/flowType/CMakeLists.txt | 2 + .../velocityField/streamFunction/CMakeLists.txt | 2 + .../velocityField/uprime/CMakeLists.txt | 2 + .../velocityField/vorticity/CMakeLists.txt | 2 + .../postProcessing/wall/wallGradU/CMakeLists.txt | 2 + .../wall/wallHeatFlux/CMakeLists.txt | 2 + .../wall/wallShearStress/CMakeLists.txt | 2 + .../postProcessing/wall/yPlusLES/CMakeLists.txt | 2 + .../postProcessing/wall/yPlusRAS/CMakeLists.txt | 2 + .../applyBoundaryLayer/CMakeLists.txt | 2 + .../utilities/preProcessing/boxTurb/CMakeLists.txt | 2 + .../preProcessing/changeDictionary/CMakeLists.txt | 2 + .../preProcessing/engineSwirl/CMakeLists.txt | 2 + .../preProcessing/mapFields/CMakeLists.txt | 2 + .../preProcessing/molConfig/CMakeLists.txt | 2 + .../preProcessing/setFields/CMakeLists.txt | 2 + .../utilities/surface/surfaceAdd/CMakeLists.txt | 2 + .../surface/surfaceAutoPatch/CMakeLists.txt | 2 + .../utilities/surface/surfaceCheck/CMakeLists.txt | 2 + .../utilities/surface/surfaceClean/CMakeLists.txt | 2 + .../surface/surfaceCoarsen/CMakeLists.txt | 2 + .../surface/surfaceConvert/CMakeLists.txt | 2 + .../surface/surfaceFeatureConvert/CMakeLists.txt | 2 + .../surface/surfaceFeatureExtract/CMakeLists.txt | 2 + .../utilities/surface/surfaceFind/CMakeLists.txt | 2 + .../surface/surfaceMeshTriangulate/CMakeLists.txt | 2 + .../utilities/surface/surfaceOrient/CMakeLists.txt | 2 + .../surface/surfacePointMerge/CMakeLists.txt | 2 + .../surface/surfaceRefineRedGreen/CMakeLists.txt | 2 + .../utilities/surface/surfaceSmooth/CMakeLists.txt | 2 + .../surface/surfaceSplitByPatch/CMakeLists.txt | 2 + .../surfaceSplitNonManifolds/CMakeLists.txt | 2 + .../utilities/surface/surfaceSubset/CMakeLists.txt | 2 + .../surface/surfaceToPatch/CMakeLists.txt | 2 + .../surface/surfaceTransformPoints/CMakeLists.txt | 2 + .../thermophysical/adiabaticFlameT/CMakeLists.txt | 2 + .../thermophysical/chemkinToFoam/CMakeLists.txt | 2 + .../thermophysical/equilibriumCO/CMakeLists.txt | 2 + .../equilibriumFlameT/CMakeLists.txt | 2 + .../mixtureAdiabaticFlameT/CMakeLists.txt | 2 + etc/controlDict.in | 6 +- src/OpenFOAM/global/argList/argList.C | 70 +++++++++-- src/OpenFOAM/global/foamVersion.H | 1 + src/OpenFOAM/global/global.C.in | 1 + 213 files changed, 710 insertions(+), 16 deletions(-) create mode 100644 CMake/Modules/FFAddExecutableToDocIndex.cmake diff --git a/CMake/Modules/FFAddExecutableToDocIndex.cmake b/CMake/Modules/FFAddExecutableToDocIndex.cmake new file mode 100644 index 000000000..e4b28d794 --- /dev/null +++ b/CMake/Modules/FFAddExecutableToDocIndex.cmake @@ -0,0 +1,137 @@ +#------------------------------------------------------------------------------- +# ______ _ ____ __ __ +# | ____| _| |_ / __ \ /\ | \/ | +# | |__ _ __ ___ ___ / \| | | | / \ | \ / | +# | __| '__/ _ \/ _ ( (| |) ) | | |/ /\ \ | |\/| | +# | | | | | __/ __/\_ _/| |__| / ____ \| | | | +# |_| |_| \___|\___| |_| \____/_/ \_\_| |_| +# +# FreeFOAM: The Cross-Platform CFD Toolkit +# +# Copyright (C) 2008-2009 Michael Wild +# Gerber van der Graaf +#------------------------------------------------------------------------------- +# License +# This file is part of FreeFOAM. +# +# FreeFOAM is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 2 of the License, or (at your +# option) any later version. +# +# FreeFOAM is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License +# along with FreeFOAM; if not, write to the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +#------------------------------------------------------------------------------- + +# - Create a documentation index file +# +# CAUTION: Include this file only once! +# +# To add an exeutable to the index, use: +# FF_ADD_EXECUTABLE_TO_DOC_INDEX( TARGET1 [TARGET2...] ) +# +# TARGET1... The executable targets to add to the doc index +# +# DO NOT call this function after you called +# FF_WRITE_DOC_INDEX, it won't have any effect! +# +# At the very end of your "master"-CMakeLists file, call: +# FF_WRITE_DOC_INDEX() +# This will create +# ${CMAKE_BINARY_DIR}/data/DoxyDocIndex.in +# ${CMAKE_BINARY_DIR}/data/DoxyDocIndex +# ${CMAKE_BINARY_DIR}/InstallFiles/data/DoxyDocIndex + +# remove the list of documented apps from the cache +#TODO use UNSET once it is available in mainstream distros +set( __FF_ADD_EXECUTABLE_TO_DOC_INDEX_targets + CACHE INTERNAL "PURGED" FORCE + ) + +function( FF_ADD_EXECUTABLE_TO_DOC_INDEX ) + set( files ) + foreach( f ${ARGN} ) + list( APPEND files "${f}_8C.html" "${f}_8C-source.html" ) + endforeach( f ) + set( __FF_ADD_EXECUTABLE_TO_DOC_INDEX_targets + ${__FF_ADD_EXECUTABLE_TO_DOC_INDEX_targets} ${files} + CACHE INTERNAL "Files to include in the documentation index" + FORCE + ) +endfunction( FF_ADD_EXECUTABLE_TO_DOC_INDEX ) + +include( FFConfigureFiles ) + +function( FF_WRITE_DOC_INDEX ) + # construct the list of files + string( REPLACE ";" "\"\n \"" tmp " \"${__FF_ADD_EXECUTABLE_TO_DOC_INDEX_targets}\"" ) + # get the version string right + string( LENGTH ${FF_VERSION_FULL} verlength ) + set( verstr " " ) + math( EXPR verspacelength "48-${verlength}" ) + string( SUBSTRING "${verstr}" 0 ${verspacelength} verstr ) + set( verstr "${FF_VERSION_FULL}${verstr}" ) + # write the doc index file + file( WRITE ${CMAKE_BINARY_DIR}/data/DoxyDocIndex.in +"/*--------------------------------*- C++ -*----------------------------------*\\ +| ______ _ ____ __ __ | +| | ____| _| |_ / __ \\ /\\ | \\/ | | +| | |__ _ __ ___ ___ / \\| | | | / \\ | \\ / | | +| | __| '__/ _ \\/ _ ( (| |) ) | | |/ /\\ \\ | |\\/| | | +| | | | | | __/ __/\\_ _/| |__| / ____ \\| | | | | +| |_| |_| \\___|\\___| |_| \\____/_/ \\_\\_| |_| | +| | +| FreeFOAM: The Cross-Platform CFD Toolkit | +| Version: ${verstr}| +| Web: http://freefoam.sourceforge.net | +\\*---------------------------------------------------------------------------*/ +FoamFile +{ +version 2.0; +format ascii; +class dictionary; +object docIndex; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +docDir \"@FF_DOC_DIR@/Doxygen/html\"; + +docFiles ( +${tmp} +); + +// ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** // +" + ) + + # annoying duplication of ff_configure_files, but that one can't be used + # because it would put things in + # ${CMAKE_BINARY_DIR}/data/${CMAKE_BINARY_DIR}/DoxyDocIndex and + # ${CMAKE_BINARY_DIR}/InstallFiles/data/${CMAKE_BINARY_DIR}/DoxyDocIndex. + + # binary tree + set( FF_DOC_DIR "http://freefoam.sf.net/doc" ) + set( FF_LOCAL_DOC_DIR ${CMAKE_BINARY_DIR}/doc ) + if( FF_USE_LOCAL_DOXYGEN_DOCS ) + set( FF_DOC_DIR ${FF_LOCAL_DOC_DIR} ) + endif( FF_USE_LOCAL_DOXYGEN_DOCS ) + configure_file( ${CMAKE_BINARY_DIR}/data/DoxyDocIndex.in + ${CMAKE_BINARY_DIR}/data/DoxyDocIndex @ONLY ) + + # install tree + set( FF_LOCAL_DOC_DIR ${FF_INSTALL_DOC_PATH} ) + if( FF_USE_LOCAL_DOXYGEN_DOCS ) + set( FF_DOC_DIR ${FF_LOCAL_DOC_DIR} ) + endif( FF_USE_LOCAL_DOXYGEN_DOCS ) + configure_file( ${CMAKE_BINARY_DIR}/data/DoxyDocIndex.in + ${CMAKE_BINARY_DIR}/InstallFiles/data/DoxyDocIndex @ONLY ) + +endfunction( FF_WRITE_DOC_INDEX ) + +# ------------------------- vim: set ft=cmake sw=2 sts=2 et: --------------- end-of-file diff --git a/CMake/Modules/FFConfigureFiles.cmake b/CMake/Modules/FFConfigureFiles.cmake index 9e82023c3..bfdb29dd7 100644 --- a/CMake/Modules/FFConfigureFiles.cmake +++ b/CMake/Modules/FFConfigureFiles.cmake @@ -60,9 +60,12 @@ # - FF_DATA_DIR: # - build tree: ${CMAKE_BINARY_DIR}/data # - install tree: ${FF_INSTALL_DATA_PATH} -# - FF_DOC_DIR: +# - FF_LOCAL_DOC_DIR: # - build tree: ${CMAKE_BINARY_DIR}/doc # - install tree: ${FF_INSTALL_DOC_PATH} +# - FF_DOC_DIR: +# If FF_USE_LOCAL_DOXYGEN_DOCS is TRUE this equals to FF_LOCAL_DOC_DIR, +# else it is set to http://freefoam.sf.net/doc # - FF_BIN_DIR: # - build tree: ${CMAKE_BINARY_DIR}/bin # - install tree: ${FF_INSTALL_BIN_PATH} @@ -88,6 +91,7 @@ macro( FF_CONFIGURE_FILES _buildFilesVar _installFilesVar _destDir ) set( ${_buildFilesVar} ) #TODO use UNSET once it is available in mainstream distros set( ${_installFilesVar} ) + set( FF_DOC_DIR "http://freefoam.sf.net/doc" ) # loop over files foreach( _s ${ARGN} ) if( _s STREQUAL FILEPREFIX ) @@ -111,7 +115,10 @@ macro( FF_CONFIGURE_FILES _buildFilesVar _installFilesVar _destDir ) set( FF_BIN_DIR ${CMAKE_BINARY_DIR}/bin ) set( FF_LIB_DIR ${FF_LIBRARY_OUTPUT_DIRECTORY} ) set( FF_DATA_DIR ${CMAKE_BINARY_DIR}/data ) - set( FF_DOC_DIR ${CMAKE_BINARY_DIR}/doc ) + set( FF_LOCAL_DOC_DIR ${CMAKE_BINARY_DIR}/doc ) + if( FF_USE_LOCAL_DOXYGEN_DOCS ) + set( FF_DOC_DIR ${FF_LOCAL_DOC_DIR} ) + endif( FF_USE_LOCAL_DOXYGEN_DOCS ) set( FF_CONFIG_DIR ${CMAKE_BINARY_DIR}/etc ) set( FF_CMAKECONFIG_DIR ${CMAKE_BINARY_DIR} ) set( FF_IS_INSTALLED FALSE ) @@ -122,7 +129,10 @@ macro( FF_CONFIGURE_FILES _buildFilesVar _installFilesVar _destDir ) set( FF_BIN_DIR ${FF_INSTALL_BIN_PATH} ) set( FF_LIB_DIR ${FF_INSTALL_LIB_PATH} ) set( FF_DATA_DIR ${FF_INSTALL_DATA_PATH} ) - set( FF_DOC_DIR ${FF_INSTALL_DOC_PATH} ) + set( FF_LOCAL_DOC_DIR ${FF_INSTALL_DOC_PATH} ) + if( FF_USE_LOCAL_DOXYGEN_DOCS ) + set( FF_DOC_DIR ${FF_LOCAL_DOC_DIR} ) + endif( FF_USE_LOCAL_DOXYGEN_DOCS ) set( FF_CONFIG_DIR ${FF_INSTALL_CONFIG_PATH} ) set( FF_CMAKECONFIG_DIR ${FF_INSTALL_LIB_PATH} ) set( FF_IS_INSTALLED TRUE ) diff --git a/CMakeLists.txt b/CMakeLists.txt index bae060e28..1bf4ea2d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,17 +106,20 @@ endif( APPLE AND FF_BUILD_FRAMEWORK ) # select html documentation browser (try a few well known ones for default) # have to loop, because find_program( HTML_DOC_BROWSER NAMES ... ) garbles things up -foreach( browser open kde-open gnome-open x-www-browser www-browser firefox epiphany konqueror w3m lynx open ) +foreach( browser open gnome-open kde-open x-www-browser www-browser + firefox epiphany konqueror w3m lynx launch open ) find_program( HTML_DOC_BROWSER ${browser} DOC "Program to open an HTML file" ) if( HTML_DOC_BROWSER ) - set( FF_HTML_DOC_BROWSER_COMMAND "${HTML_DOC_BROWSER} %f" CACHE STRING "Command to open an HTML file" ) break() endif( HTML_DOC_BROWSER ) endforeach( browser ) if( NOT HTML_DOC_BROWSER ) - message( SEND_ERROR "Failed to find a program to open HTML pages with (a.k.a a browser). Point HTML_DOC_BROWSER to a suitable program." ) + message( STATUS "Failed to find a program to open HTML pages with (a.k.a a browser). Point HTML_DOC_BROWSER to a suitable program." ) + set( HTML_DOC_BROWSER "ECHO" CACHE STRING "Command to open an HTML file (ECHO will print it to STDOUT)" FORCE ) endif( NOT HTML_DOC_BROWSER ) +set( FF_HTML_DOC_BROWSER_COMMAND "\${HTML_DOC_BROWSER} %f" CACHE STRING "Command to open an HTML file" ) +string( CONFIGURE "${FF_HTML_DOC_BROWSER_COMMAND}" FF_HTML_DOC_BROWSER_COMMAND ESCAPE_QUOTES ) mark_as_advanced( HTML_DOC_BROWSER FF_HTML_DOC_BROWSER_COMMAND ) # set up the RPATH for installation @@ -171,6 +174,7 @@ endif( NOT ZLIB_FOUND ) include( FFConfigureFiles ) include( FFDetectChangedValue ) include( FFExportTargetsToBuildTree ) +include( FFAddExecutableToDocIndex ) include( FFLinkLoadableLibrary ) # find metis (recent distros have it in their repository, so default to search for that) @@ -287,6 +291,11 @@ if( FF_ENABLE_DOXYGEN_DOCS ) endif( FF_ENABLE_DOXYGEN_DOCS ) mark_as_advanced( FF_ENABLE_DOXYGEN_DOCS ) +# ask user whether she prefers local or www docs +option( FF_USE_LOCAL_DOXYGEN_DOCS + "Use the local Doxygen documentation instead of the one on http://freefoam.sf.net/doc/Doxygen/html" OFF ) +mark_as_advanced( FF_USE_LOCAL_DOXYGEN_DOCS ) + # find m4 macro processor find_program( M4_EXECUTABLE m4 DOC "Path to the m4 macro processor" ) mark_as_advanced( M4_EXECUTABLE ) @@ -348,6 +357,14 @@ add_subdirectory( tutorials ) # export the library dependencies to the build tree ff_export_targets_to_build_tree() +# write the doc index file and install it +ff_write_doc_index() +install( FILES + ${CMAKE_BINARY_DIR}/InstallFiles/data/DoxyDocIndex + DESTINATION ${FF_INSTALL_DATA_PATH} + COMPONENT data + ) + # export build settings and library dependencies include( CMakeExportBuildSettings ) cmake_export_build_settings( ${FF_LIBRARY_OUTPUT_DIRECTORY}/FreeFOAMBuildSettings.cmake ) diff --git a/INSTALL b/INSTALL index 04790f320..3f0035b6a 100644 --- a/INSTALL +++ b/INSTALL @@ -380,6 +380,28 @@ actions. depends on a huge number of files and would make dependency tracking very slow and difficult to maintain. To force the re-generation of the API documentation execute +make apidoc+. ++FF_USE_LOCAL_DOXYGEN_DOCS+:: + This setting influences the location in which the Doxygen source + code documentation is looked for if any of the FreeFOAM applications + is invoked with the '-doc' or '-srcDoc' options. If it is disabled, + the documentation will be loaded over the network from + http://freefoam.sf.net/doc/Doxygen/html. If you enable it, the + documentation will be loaded locally. This requires that you either + build and install the documentation by enabling +FF_BUILD_DOXYGEN_DOCS+, + or provide the required HTML files otherwise. ++HTML_DOC_BROWSER+:: + This is the program used to display the Doxygen source code documentation + if any of the FreeFOAM applications is invoked with the '-doc' or '-srcDoc' + options. The special value of 'ECHO' changes the behaviour to just write + the location of the HTML file to the output. This is a good setting if + you're system doesn't have any kind of HTML browser installed (such + as on a cluster). ++FF_HTML_DOC_BROWSER_COMMAND+:: + This is the command with which to invoke the HTML browser. By default + it calls the program named in +HTML_DOC_BROWSER+ and passes it the + name/URL of the documentation file to be displayed. You shouldn't + have to change this unless your HTML browser requires some unusual + options or arguments. Troubleshooting --------------- diff --git a/INSTALL.html b/INSTALL.html index 7f13d66b4..1a19c8b88 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -1173,6 +1173,46 @@ actions. documentation execute make apidoc.

+
+FF_USE_LOCAL_DOXYGEN_DOCS +
+
+

+ This setting influences the location in which the Doxygen source + code documentation is looked for if any of the FreeFOAM applications + is invoked with the -doc or -srcDoc options. If it is disabled, + the documentation will be loaded over the network from + http://freefoam.sf.net/doc/Doxygen/html. If you enable it, the + documentation will be loaded locally. This requires that you either + build and install the documentation by enabling FF_BUILD_DOXYGEN_DOCS, + or provide the required HTML files otherwise. +

+
+
+HTML_DOC_BROWSER +
+
+

+ This is the program used to display the Doxygen source code documentation + if any of the FreeFOAM applications is invoked with the -doc or -srcDoc + options. The special value of ECHO changes the behaviour to just write + the location of the HTML file to the output. This is a good setting if + you’re system doesn’t have any kind of HTML browser installed (such + as on a cluster). +

+
+
+FF_HTML_DOC_BROWSER_COMMAND +
+
+

+ This is the command with which to invoke the HTML browser. By default + it calls the program named in HTML_DOC_BROWSER and passes it the + name/URL of the documentation file to be displayed. You shouldn’t + have to change this unless your HTML browser requires some unusual + options or arguments. +

+

7. Troubleshooting

@@ -1387,7 +1427,7 @@ variable to update the cache of available programs.

diff --git a/applications/solvers/DNS/dnsFoam/CMakeLists.txt b/applications/solvers/DNS/dnsFoam/CMakeLists.txt index 05b5216d4..c7091c205 100644 --- a/applications/solvers/DNS/dnsFoam/CMakeLists.txt +++ b/applications/solvers/DNS/dnsFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS dnsFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( dnsFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/basic/laplacianFoam/CMakeLists.txt b/applications/solvers/basic/laplacianFoam/CMakeLists.txt index 740f3319b..77f42e52a 100644 --- a/applications/solvers/basic/laplacianFoam/CMakeLists.txt +++ b/applications/solvers/basic/laplacianFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS laplacianFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( laplacianFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/basic/potentialFoam/CMakeLists.txt b/applications/solvers/basic/potentialFoam/CMakeLists.txt index 1c3858eb7..2d3de9456 100644 --- a/applications/solvers/basic/potentialFoam/CMakeLists.txt +++ b/applications/solvers/basic/potentialFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS potentialFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( potentialFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/basic/scalarTransportFoam/CMakeLists.txt b/applications/solvers/basic/scalarTransportFoam/CMakeLists.txt index d1c5dab66..5c08ce575 100644 --- a/applications/solvers/basic/scalarTransportFoam/CMakeLists.txt +++ b/applications/solvers/basic/scalarTransportFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS scalarTransportFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( scalarTransportFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/PDRFoam/CMakeLists.txt b/applications/solvers/combustion/PDRFoam/CMakeLists.txt index 8cdb3c834..b0182ade4 100644 --- a/applications/solvers/combustion/PDRFoam/CMakeLists.txt +++ b/applications/solvers/combustion/PDRFoam/CMakeLists.txt @@ -64,4 +64,6 @@ install( TARGETS PDRFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( PDRFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/XiFoam/CMakeLists.txt b/applications/solvers/combustion/XiFoam/CMakeLists.txt index 77196345a..4c75ca091 100644 --- a/applications/solvers/combustion/XiFoam/CMakeLists.txt +++ b/applications/solvers/combustion/XiFoam/CMakeLists.txt @@ -55,4 +55,6 @@ install( TARGETS XiFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( XiFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/Xoodles/CMakeLists.txt b/applications/solvers/combustion/Xoodles/CMakeLists.txt index 1c4a2b466..6f5de024b 100644 --- a/applications/solvers/combustion/Xoodles/CMakeLists.txt +++ b/applications/solvers/combustion/Xoodles/CMakeLists.txt @@ -57,4 +57,6 @@ install( TARGETS Xoodles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Xoodles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/coldEngineFoam/CMakeLists.txt b/applications/solvers/combustion/coldEngineFoam/CMakeLists.txt index 7065cb520..ae08e6e5d 100644 --- a/applications/solvers/combustion/coldEngineFoam/CMakeLists.txt +++ b/applications/solvers/combustion/coldEngineFoam/CMakeLists.txt @@ -54,4 +54,6 @@ install( TARGETS coldEngineFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( coldEngineFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/dieselEngineFoam/CMakeLists.txt b/applications/solvers/combustion/dieselEngineFoam/CMakeLists.txt index 9f1378df3..7e806bcbf 100644 --- a/applications/solvers/combustion/dieselEngineFoam/CMakeLists.txt +++ b/applications/solvers/combustion/dieselEngineFoam/CMakeLists.txt @@ -64,4 +64,6 @@ install( TARGETS dieselEngineFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( dieselEngineFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/dieselFoam/CMakeLists.txt b/applications/solvers/combustion/dieselFoam/CMakeLists.txt index 08e7dc480..4dd9af931 100644 --- a/applications/solvers/combustion/dieselFoam/CMakeLists.txt +++ b/applications/solvers/combustion/dieselFoam/CMakeLists.txt @@ -62,4 +62,6 @@ install( TARGETS dieselFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( dieselFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/engineFoam/CMakeLists.txt b/applications/solvers/combustion/engineFoam/CMakeLists.txt index c489ad30f..fda37725e 100644 --- a/applications/solvers/combustion/engineFoam/CMakeLists.txt +++ b/applications/solvers/combustion/engineFoam/CMakeLists.txt @@ -56,4 +56,6 @@ install( TARGETS engineFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( engineFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/combustion/reactingFoam/CMakeLists.txt b/applications/solvers/combustion/reactingFoam/CMakeLists.txt index d1f0a77b8..b52aac113 100644 --- a/applications/solvers/combustion/reactingFoam/CMakeLists.txt +++ b/applications/solvers/combustion/reactingFoam/CMakeLists.txt @@ -56,4 +56,6 @@ install( TARGETS reactingFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( reactingFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/coodles/CMakeLists.txt b/applications/solvers/compressible/coodles/CMakeLists.txt index ffb93450f..e2f6b230d 100644 --- a/applications/solvers/compressible/coodles/CMakeLists.txt +++ b/applications/solvers/compressible/coodles/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS coodles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( coodles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoCentralFoam/CMakeLists.txt b/applications/solvers/compressible/rhoCentralFoam/CMakeLists.txt index 5adb16328..fce9ca4d6 100644 --- a/applications/solvers/compressible/rhoCentralFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoCentralFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS rhoCentralFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoCentralFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoPimpleFoam/CMakeLists.txt b/applications/solvers/compressible/rhoPimpleFoam/CMakeLists.txt index 886f66f94..0f4c877f0 100644 --- a/applications/solvers/compressible/rhoPimpleFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoPimpleFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS rhoPimpleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoPimpleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoPorousSimpleFoam/CMakeLists.txt b/applications/solvers/compressible/rhoPorousSimpleFoam/CMakeLists.txt index 6554ab4eb..74ea4de9d 100644 --- a/applications/solvers/compressible/rhoPorousSimpleFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoPorousSimpleFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS rhoPorousSimpleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoPorousSimpleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoSimpleFoam/CMakeLists.txt b/applications/solvers/compressible/rhoSimpleFoam/CMakeLists.txt index 4886286d9..8415c5556 100644 --- a/applications/solvers/compressible/rhoSimpleFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoSimpleFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS rhoSimpleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoSimpleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoSonicFoam/CMakeLists.txt b/applications/solvers/compressible/rhoSonicFoam/CMakeLists.txt index 95226bd83..fbb020aa1 100644 --- a/applications/solvers/compressible/rhoSonicFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoSonicFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS rhoSonicFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoSonicFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhoTurbFoam/CMakeLists.txt b/applications/solvers/compressible/rhoTurbFoam/CMakeLists.txt index 7b2537a12..799a545b0 100644 --- a/applications/solvers/compressible/rhoTurbFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhoTurbFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS rhoTurbFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhoTurbFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/rhopSonicFoam/CMakeLists.txt b/applications/solvers/compressible/rhopSonicFoam/CMakeLists.txt index 298e93f84..86e32c7d4 100644 --- a/applications/solvers/compressible/rhopSonicFoam/CMakeLists.txt +++ b/applications/solvers/compressible/rhopSonicFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS rhopSonicFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rhopSonicFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/sonicFoam/CMakeLists.txt b/applications/solvers/compressible/sonicFoam/CMakeLists.txt index 02c08cded..e44ccba8a 100644 --- a/applications/solvers/compressible/sonicFoam/CMakeLists.txt +++ b/applications/solvers/compressible/sonicFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS sonicFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sonicFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/sonicFoamAutoMotion/CMakeLists.txt b/applications/solvers/compressible/sonicFoamAutoMotion/CMakeLists.txt index bcfe0ea35..5e95ec98a 100644 --- a/applications/solvers/compressible/sonicFoamAutoMotion/CMakeLists.txt +++ b/applications/solvers/compressible/sonicFoamAutoMotion/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS sonicFoamAutoMotion RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sonicFoamAutoMotion ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/sonicLiquidFoam/CMakeLists.txt b/applications/solvers/compressible/sonicLiquidFoam/CMakeLists.txt index b4aa5069c..4545914f0 100644 --- a/applications/solvers/compressible/sonicLiquidFoam/CMakeLists.txt +++ b/applications/solvers/compressible/sonicLiquidFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS sonicLiquidFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sonicLiquidFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/compressible/sonicTurbFoam/CMakeLists.txt b/applications/solvers/compressible/sonicTurbFoam/CMakeLists.txt index 83435e8e5..7e03b87b0 100644 --- a/applications/solvers/compressible/sonicTurbFoam/CMakeLists.txt +++ b/applications/solvers/compressible/sonicTurbFoam/CMakeLists.txt @@ -54,4 +54,6 @@ install( TARGETS sonicTurbFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sonicTurbFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/electromagnetics/electrostaticFoam/CMakeLists.txt b/applications/solvers/electromagnetics/electrostaticFoam/CMakeLists.txt index 40f44874d..705581561 100644 --- a/applications/solvers/electromagnetics/electrostaticFoam/CMakeLists.txt +++ b/applications/solvers/electromagnetics/electrostaticFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS electrostaticFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( electrostaticFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/electromagnetics/mhdFoam/CMakeLists.txt b/applications/solvers/electromagnetics/mhdFoam/CMakeLists.txt index 28ad1c1e5..8c76a32d8 100644 --- a/applications/solvers/electromagnetics/mhdFoam/CMakeLists.txt +++ b/applications/solvers/electromagnetics/mhdFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS mhdFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mhdFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/financial/financialFoam/CMakeLists.txt b/applications/solvers/financial/financialFoam/CMakeLists.txt index f3824dc96..63fdd9fbe 100644 --- a/applications/solvers/financial/financialFoam/CMakeLists.txt +++ b/applications/solvers/financial/financialFoam/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS financialFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( financialFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/heatTransfer/buoyantFoam/CMakeLists.txt b/applications/solvers/heatTransfer/buoyantFoam/CMakeLists.txt index a39c3d33e..d9950c88a 100644 --- a/applications/solvers/heatTransfer/buoyantFoam/CMakeLists.txt +++ b/applications/solvers/heatTransfer/buoyantFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS buoyantFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( buoyantFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/heatTransfer/buoyantSimpleFoam/CMakeLists.txt b/applications/solvers/heatTransfer/buoyantSimpleFoam/CMakeLists.txt index 7b8028de1..3cf7b9c34 100644 --- a/applications/solvers/heatTransfer/buoyantSimpleFoam/CMakeLists.txt +++ b/applications/solvers/heatTransfer/buoyantSimpleFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS buoyantSimpleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( buoyantSimpleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/CMakeLists.txt b/applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/CMakeLists.txt index bcff4039d..7390e6d97 100644 --- a/applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/CMakeLists.txt +++ b/applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS buoyantSimpleRadiationFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( buoyantSimpleRadiationFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/CMakeLists.txt b/applications/solvers/heatTransfer/chtMultiRegionFoam/CMakeLists.txt index ac0dbf3ae..3e3bb0100 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/CMakeLists.txt +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/CMakeLists.txt @@ -60,4 +60,6 @@ install( TARGETS chtMultiRegionFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( chtMultiRegionFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/heatTransfer/lesBuoyantFoam/CMakeLists.txt b/applications/solvers/heatTransfer/lesBuoyantFoam/CMakeLists.txt index fa68bb5a4..76ee2bcc9 100644 --- a/applications/solvers/heatTransfer/lesBuoyantFoam/CMakeLists.txt +++ b/applications/solvers/heatTransfer/lesBuoyantFoam/CMakeLists.txt @@ -54,4 +54,6 @@ install( TARGETS lesBuoyantFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( lesBuoyantFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/boundaryFoam/CMakeLists.txt b/applications/solvers/incompressible/boundaryFoam/CMakeLists.txt index aca863cec..b041d8e0f 100644 --- a/applications/solvers/incompressible/boundaryFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/boundaryFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS boundaryFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( boundaryFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/channelOodles/CMakeLists.txt b/applications/solvers/incompressible/channelOodles/CMakeLists.txt index 5a8408e07..82d4cde3a 100644 --- a/applications/solvers/incompressible/channelOodles/CMakeLists.txt +++ b/applications/solvers/incompressible/channelOodles/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS channelOodles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( channelOodles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/icoDyMFoam/CMakeLists.txt b/applications/solvers/incompressible/icoDyMFoam/CMakeLists.txt index 0c811cb68..329095a69 100644 --- a/applications/solvers/incompressible/icoDyMFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/icoDyMFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS icoDyMFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( icoDyMFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/icoFoam/CMakeLists.txt b/applications/solvers/incompressible/icoFoam/CMakeLists.txt index 8496bd9aa..0a37d025b 100644 --- a/applications/solvers/incompressible/icoFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/icoFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS icoFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( icoFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/nonNewtonianIcoFoam/CMakeLists.txt b/applications/solvers/incompressible/nonNewtonianIcoFoam/CMakeLists.txt index 3c637d71f..2663ac9db 100644 --- a/applications/solvers/incompressible/nonNewtonianIcoFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/nonNewtonianIcoFoam/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS nonNewtonianIcoFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( nonNewtonianIcoFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/oodles/CMakeLists.txt b/applications/solvers/incompressible/oodles/CMakeLists.txt index 5bb90307e..506a54ebb 100644 --- a/applications/solvers/incompressible/oodles/CMakeLists.txt +++ b/applications/solvers/incompressible/oodles/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS oodles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( oodles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/simpleFoam/CMakeLists.txt b/applications/solvers/incompressible/simpleFoam/CMakeLists.txt index 04cbbd554..cb666cfe1 100644 --- a/applications/solvers/incompressible/simpleFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/simpleFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS simpleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( simpleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/turbDyMFoam/CMakeLists.txt b/applications/solvers/incompressible/turbDyMFoam/CMakeLists.txt index 1b521d5be..d1e9afbba 100644 --- a/applications/solvers/incompressible/turbDyMFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/turbDyMFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS turbDyMFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( turbDyMFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/incompressible/turbFoam/CMakeLists.txt b/applications/solvers/incompressible/turbFoam/CMakeLists.txt index dcf2b7ab0..700ae99f7 100644 --- a/applications/solvers/incompressible/turbFoam/CMakeLists.txt +++ b/applications/solvers/incompressible/turbFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS turbFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( turbFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/molecularDynamics/gnemdFoam/CMakeLists.txt b/applications/solvers/molecularDynamics/gnemdFoam/CMakeLists.txt index 4daf0334a..501c76a49 100644 --- a/applications/solvers/molecularDynamics/gnemdFoam/CMakeLists.txt +++ b/applications/solvers/molecularDynamics/gnemdFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS gnemdFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( gnemdFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/molecularDynamics/mdEquilibrationFoam/CMakeLists.txt b/applications/solvers/molecularDynamics/mdEquilibrationFoam/CMakeLists.txt index 0530801c4..2f81e9d3c 100644 --- a/applications/solvers/molecularDynamics/mdEquilibrationFoam/CMakeLists.txt +++ b/applications/solvers/molecularDynamics/mdEquilibrationFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS mdEquilibrationFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mdEquilibrationFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/bubbleFoam/CMakeLists.txt b/applications/solvers/multiphase/bubbleFoam/CMakeLists.txt index 5e3cf8838..f72b25eaa 100644 --- a/applications/solvers/multiphase/bubbleFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/bubbleFoam/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS bubbleFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( bubbleFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/compressibleLesInterFoam/CMakeLists.txt b/applications/solvers/multiphase/compressibleLesInterFoam/CMakeLists.txt index c7b38dfe2..32e467427 100644 --- a/applications/solvers/multiphase/compressibleLesInterFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/compressibleLesInterFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS compressibleLesInterFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( compressibleLesInterFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/interDyMFoam/CMakeLists.txt b/applications/solvers/multiphase/interDyMFoam/CMakeLists.txt index a98907d14..b0f4a5b3b 100644 --- a/applications/solvers/multiphase/interDyMFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/interDyMFoam/CMakeLists.txt @@ -54,4 +54,6 @@ install( TARGETS interDyMFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( interDyMFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/interFoam/CMakeLists.txt b/applications/solvers/multiphase/interFoam/CMakeLists.txt index 97e18f05f..2b3bdf31c 100644 --- a/applications/solvers/multiphase/interFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/interFoam/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS interFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( interFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/CMakeLists.txt b/applications/solvers/multiphase/interPhaseChangeFoam/CMakeLists.txt index fb9b52019..89d13cd89 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/interPhaseChangeFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS interPhaseChangeFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( interPhaseChangeFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/lesCavitatingFoam/CMakeLists.txt b/applications/solvers/multiphase/lesCavitatingFoam/CMakeLists.txt index dda91c0fa..11168acce 100644 --- a/applications/solvers/multiphase/lesCavitatingFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/lesCavitatingFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS lesCavitatingFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( lesCavitatingFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/lesInterFoam/CMakeLists.txt b/applications/solvers/multiphase/lesInterFoam/CMakeLists.txt index b2cb72b37..b0627c8c7 100644 --- a/applications/solvers/multiphase/lesInterFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/lesInterFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS lesInterFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( lesInterFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/multiphaseInterFoam/CMakeLists.txt b/applications/solvers/multiphase/multiphaseInterFoam/CMakeLists.txt index 7b332f268..d5776a587 100644 --- a/applications/solvers/multiphase/multiphaseInterFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/multiphaseInterFoam/CMakeLists.txt @@ -57,4 +57,6 @@ install( TARGETS multiphaseInterFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( multiphaseInterFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/rasCavitatingFoam/CMakeLists.txt b/applications/solvers/multiphase/rasCavitatingFoam/CMakeLists.txt index 0891aa67d..1dee19cc0 100644 --- a/applications/solvers/multiphase/rasCavitatingFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/rasCavitatingFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS rasCavitatingFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rasCavitatingFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/rasInterFoam/CMakeLists.txt b/applications/solvers/multiphase/rasInterFoam/CMakeLists.txt index a7dacfe92..ef4ebcf41 100644 --- a/applications/solvers/multiphase/rasInterFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/rasInterFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS rasInterFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rasInterFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/settlingFoam/CMakeLists.txt b/applications/solvers/multiphase/settlingFoam/CMakeLists.txt index 1984deb20..938b5fb83 100644 --- a/applications/solvers/multiphase/settlingFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/settlingFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS settlingFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( settlingFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/twoLiquidMixingFoam/CMakeLists.txt b/applications/solvers/multiphase/twoLiquidMixingFoam/CMakeLists.txt index 5af617410..db3d01ee6 100644 --- a/applications/solvers/multiphase/twoLiquidMixingFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/twoLiquidMixingFoam/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS twoLiquidMixingFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( twoLiquidMixingFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/CMakeLists.txt b/applications/solvers/multiphase/twoPhaseEulerFoam/CMakeLists.txt index d9ec7668f..42c17cd5e 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/CMakeLists.txt +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/CMakeLists.txt @@ -59,4 +59,6 @@ install( TARGETS twoPhaseEulerFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( twoPhaseEulerFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/stressAnalysis/solidDisplacementFoam/CMakeLists.txt b/applications/solvers/stressAnalysis/solidDisplacementFoam/CMakeLists.txt index 7ecb1d65b..ce8403b2e 100644 --- a/applications/solvers/stressAnalysis/solidDisplacementFoam/CMakeLists.txt +++ b/applications/solvers/stressAnalysis/solidDisplacementFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS solidDisplacementFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( solidDisplacementFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/CMakeLists.txt b/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/CMakeLists.txt index 0c48eb393..f25b0a95f 100644 --- a/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/CMakeLists.txt +++ b/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS solidEquilibriumDisplacementFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( solidEquilibriumDisplacementFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/errorEstimation/estimateScalarError/CMakeLists.txt b/applications/utilities/errorEstimation/estimateScalarError/CMakeLists.txt index 45b61cddb..dd2d00d61 100644 --- a/applications/utilities/errorEstimation/estimateScalarError/CMakeLists.txt +++ b/applications/utilities/errorEstimation/estimateScalarError/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS estimateScalarError RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( estimateScalarError ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/errorEstimation/icoErrorEstimate/CMakeLists.txt b/applications/utilities/errorEstimation/icoErrorEstimate/CMakeLists.txt index c38e120b6..1b0bd3020 100644 --- a/applications/utilities/errorEstimation/icoErrorEstimate/CMakeLists.txt +++ b/applications/utilities/errorEstimation/icoErrorEstimate/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS icoErrorEstimate RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( icoErrorEstimate ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/errorEstimation/icoMomentError/CMakeLists.txt b/applications/utilities/errorEstimation/icoMomentError/CMakeLists.txt index 9456fc574..f6e4594cf 100644 --- a/applications/utilities/errorEstimation/icoMomentError/CMakeLists.txt +++ b/applications/utilities/errorEstimation/icoMomentError/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS icoMomentError RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( icoMomentError ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/errorEstimation/momentScalarError/CMakeLists.txt b/applications/utilities/errorEstimation/momentScalarError/CMakeLists.txt index cf367d360..eb4c727fd 100644 --- a/applications/utilities/errorEstimation/momentScalarError/CMakeLists.txt +++ b/applications/utilities/errorEstimation/momentScalarError/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS momentScalarError RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( momentScalarError ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/autoRefineMesh/CMakeLists.txt b/applications/utilities/mesh/advanced/autoRefineMesh/CMakeLists.txt index 50a6e6b7c..fab0e348f 100644 --- a/applications/utilities/mesh/advanced/autoRefineMesh/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/autoRefineMesh/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS autoRefineMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( autoRefineMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/collapseEdges/CMakeLists.txt b/applications/utilities/mesh/advanced/collapseEdges/CMakeLists.txt index d03c715e4..eac000851 100644 --- a/applications/utilities/mesh/advanced/collapseEdges/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/collapseEdges/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS collapseEdges RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( collapseEdges ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/combinePatchFaces/CMakeLists.txt b/applications/utilities/mesh/advanced/combinePatchFaces/CMakeLists.txt index ba10311d5..32fd269ce 100644 --- a/applications/utilities/mesh/advanced/combinePatchFaces/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/combinePatchFaces/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS combinePatchFaces RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( combinePatchFaces ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/modifyMesh/CMakeLists.txt b/applications/utilities/mesh/advanced/modifyMesh/CMakeLists.txt index f6d7a20d2..744902b64 100644 --- a/applications/utilities/mesh/advanced/modifyMesh/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/modifyMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS modifyMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( modifyMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/refineHexMesh/CMakeLists.txt b/applications/utilities/mesh/advanced/refineHexMesh/CMakeLists.txt index 7d0f5d623..41305b8a4 100644 --- a/applications/utilities/mesh/advanced/refineHexMesh/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/refineHexMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS refineHexMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( refineHexMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/refineWallLayer/CMakeLists.txt b/applications/utilities/mesh/advanced/refineWallLayer/CMakeLists.txt index 95d915bbf..b6f354140 100644 --- a/applications/utilities/mesh/advanced/refineWallLayer/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/refineWallLayer/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS refineWallLayer RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( refineWallLayer ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/refinementLevel/CMakeLists.txt b/applications/utilities/mesh/advanced/refinementLevel/CMakeLists.txt index bc853c972..89a722273 100644 --- a/applications/utilities/mesh/advanced/refinementLevel/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/refinementLevel/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS refinementLevel RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( refinementLevel ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/removeFaces/CMakeLists.txt b/applications/utilities/mesh/advanced/removeFaces/CMakeLists.txt index bbfe1610e..5af8b61b0 100644 --- a/applications/utilities/mesh/advanced/removeFaces/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/removeFaces/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS removeFaces RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( removeFaces ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/selectCells/CMakeLists.txt b/applications/utilities/mesh/advanced/selectCells/CMakeLists.txt index 8cd0b2fe0..13b7384cd 100644 --- a/applications/utilities/mesh/advanced/selectCells/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/selectCells/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS selectCells RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( selectCells ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/advanced/splitCells/CMakeLists.txt b/applications/utilities/mesh/advanced/splitCells/CMakeLists.txt index ee6205e35..488fd2741 100644 --- a/applications/utilities/mesh/advanced/splitCells/CMakeLists.txt +++ b/applications/utilities/mesh/advanced/splitCells/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS splitCells RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( splitCells ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/CMakeLists.txt index a912ebb6b..5d4811d3b 100644 --- a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS ccm26ToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( ccm26ToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/ansysToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/ansysToFoam/CMakeLists.txt index 3f64b0937..0c1428e47 100644 --- a/applications/utilities/mesh/conversion/ansysToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/ansysToFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS ansysToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( ansysToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/cfx4ToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/cfx4ToFoam/CMakeLists.txt index ee973d1a3..9ef0b4d76 100644 --- a/applications/utilities/mesh/conversion/cfx4ToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/cfx4ToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS cfx4ToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( cfx4ToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/CMakeLists.txt index 627d4c6ce..14602fe00 100644 --- a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/CMakeLists.txt @@ -53,4 +53,6 @@ install( TARGETS fluent3DMeshToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( fluent3DMeshToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/fluentMeshToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/fluentMeshToFoam/CMakeLists.txt index 5a536965b..cba2786cc 100644 --- a/applications/utilities/mesh/conversion/fluentMeshToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/fluentMeshToFoam/CMakeLists.txt @@ -55,4 +55,6 @@ install( TARGETS fluentMeshToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( fluentMeshToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/foamMeshToFluent/CMakeLists.txt b/applications/utilities/mesh/conversion/foamMeshToFluent/CMakeLists.txt index a0748630c..dc70c8eb4 100644 --- a/applications/utilities/mesh/conversion/foamMeshToFluent/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/foamMeshToFluent/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS foamMeshToFluent RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamMeshToFluent ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/foamToStarMesh/CMakeLists.txt b/applications/utilities/mesh/conversion/foamToStarMesh/CMakeLists.txt index 92855f415..5615165de 100644 --- a/applications/utilities/mesh/conversion/foamToStarMesh/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/foamToStarMesh/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS foamToStarMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToStarMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/gambitToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/gambitToFoam/CMakeLists.txt index fcd3f6918..c038a9f13 100644 --- a/applications/utilities/mesh/conversion/gambitToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/gambitToFoam/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS gambitToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( gambitToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/gmshToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/gmshToFoam/CMakeLists.txt index 024b56eae..df9dabf9b 100644 --- a/applications/utilities/mesh/conversion/gmshToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/gmshToFoam/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS gmshToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( gmshToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/ideasUnvToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/ideasUnvToFoam/CMakeLists.txt index df73ae959..4e0239fb5 100644 --- a/applications/utilities/mesh/conversion/ideasUnvToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/ideasUnvToFoam/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS ideasUnvToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( ideasUnvToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/kivaToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/kivaToFoam/CMakeLists.txt index 37db9bee1..6d017d73a 100644 --- a/applications/utilities/mesh/conversion/kivaToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/kivaToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS kivaToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( kivaToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/mshToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/mshToFoam/CMakeLists.txt index 458b9716f..6e9fe6f06 100644 --- a/applications/utilities/mesh/conversion/mshToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/mshToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS mshToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mshToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/netgenNeutralToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/netgenNeutralToFoam/CMakeLists.txt index 71c0e5a5b..94761e46f 100644 --- a/applications/utilities/mesh/conversion/netgenNeutralToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/netgenNeutralToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS netgenNeutralToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( netgenNeutralToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/plot3dToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/plot3dToFoam/CMakeLists.txt index 55d9346bc..641d4f92f 100644 --- a/applications/utilities/mesh/conversion/plot3dToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/plot3dToFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS plot3dToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( plot3dToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/polyDualMesh/CMakeLists.txt b/applications/utilities/mesh/conversion/polyDualMesh/CMakeLists.txt index 32e148476..2db35b911 100644 --- a/applications/utilities/mesh/conversion/polyDualMesh/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/polyDualMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS polyDualMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( polyDualMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/sammToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/sammToFoam/CMakeLists.txt index f29270375..36c169ec9 100644 --- a/applications/utilities/mesh/conversion/sammToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/sammToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS sammToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sammToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/star4ToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/star4ToFoam/CMakeLists.txt index a2e45d091..c652cc700 100644 --- a/applications/utilities/mesh/conversion/star4ToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/star4ToFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS star4ToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( star4ToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/starToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/starToFoam/CMakeLists.txt index cd87e5325..00ed835c9 100644 --- a/applications/utilities/mesh/conversion/starToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/starToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS starToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( starToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/tetgenToFoam/CMakeLists.txt b/applications/utilities/mesh/conversion/tetgenToFoam/CMakeLists.txt index 5ee764361..24b3feee5 100644 --- a/applications/utilities/mesh/conversion/tetgenToFoam/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/tetgenToFoam/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS tetgenToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( tetgenToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/conversion/writeMeshObj/CMakeLists.txt b/applications/utilities/mesh/conversion/writeMeshObj/CMakeLists.txt index 50bf8faaf..e696843ad 100644 --- a/applications/utilities/mesh/conversion/writeMeshObj/CMakeLists.txt +++ b/applications/utilities/mesh/conversion/writeMeshObj/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS writeMeshObj RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( writeMeshObj ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/generation/blockMesh/CMakeLists.txt b/applications/utilities/mesh/generation/blockMesh/CMakeLists.txt index 9dd5f6965..b1ac3f6a1 100644 --- a/applications/utilities/mesh/generation/blockMesh/CMakeLists.txt +++ b/applications/utilities/mesh/generation/blockMesh/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS blockMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( blockMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/generation/extrude2DMesh/CMakeLists.txt b/applications/utilities/mesh/generation/extrude2DMesh/CMakeLists.txt index 4084cf3e8..b0717d2f1 100644 --- a/applications/utilities/mesh/generation/extrude2DMesh/CMakeLists.txt +++ b/applications/utilities/mesh/generation/extrude2DMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS extrude2DMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( extrude2DMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/generation/extrudeMesh/CMakeLists.txt b/applications/utilities/mesh/generation/extrudeMesh/CMakeLists.txt index 5345a1723..655dbd606 100644 --- a/applications/utilities/mesh/generation/extrudeMesh/CMakeLists.txt +++ b/applications/utilities/mesh/generation/extrudeMesh/CMakeLists.txt @@ -54,4 +54,6 @@ install( TARGETS extrudeMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( extrudeMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/generation/snappyHexMesh/CMakeLists.txt b/applications/utilities/mesh/generation/snappyHexMesh/CMakeLists.txt index 7a3b0d791..3a5b2f183 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/CMakeLists.txt +++ b/applications/utilities/mesh/generation/snappyHexMesh/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS snappyHexMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( snappyHexMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/attachMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/attachMesh/CMakeLists.txt index 0483aaede..513cb92a4 100644 --- a/applications/utilities/mesh/manipulation/attachMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/attachMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS attachMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( attachMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/autoPatch/CMakeLists.txt b/applications/utilities/mesh/manipulation/autoPatch/CMakeLists.txt index a95612b12..7b7d66713 100644 --- a/applications/utilities/mesh/manipulation/autoPatch/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/autoPatch/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS autoPatch RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( autoPatch ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/cellSet/CMakeLists.txt b/applications/utilities/mesh/manipulation/cellSet/CMakeLists.txt index 60bc485c8..5bccf75b7 100644 --- a/applications/utilities/mesh/manipulation/cellSet/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/cellSet/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS cellSet RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( cellSet ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/checkMesh.save/CMakeLists.txt b/applications/utilities/mesh/manipulation/checkMesh.save/CMakeLists.txt index 8a72d9fbc..23e3b4379 100644 --- a/applications/utilities/mesh/manipulation/checkMesh.save/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/checkMesh.save/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS checkMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( checkMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/checkMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/checkMesh/CMakeLists.txt index 8a72d9fbc..23e3b4379 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/checkMesh/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS checkMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( checkMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/createBaffles/CMakeLists.txt b/applications/utilities/mesh/manipulation/createBaffles/CMakeLists.txt index 2ca6cea21..d41b561f6 100644 --- a/applications/utilities/mesh/manipulation/createBaffles/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/createBaffles/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS createBaffles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( createBaffles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/createPatch/CMakeLists.txt b/applications/utilities/mesh/manipulation/createPatch/CMakeLists.txt index b642264ae..ac570ca68 100644 --- a/applications/utilities/mesh/manipulation/createPatch/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/createPatch/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS createPatch RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( createPatch ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/deformedGeom/CMakeLists.txt b/applications/utilities/mesh/manipulation/deformedGeom/CMakeLists.txt index cd57268a9..75ecd1fc4 100644 --- a/applications/utilities/mesh/manipulation/deformedGeom/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/deformedGeom/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS deformedGeom RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( deformedGeom ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/faceSet/CMakeLists.txt b/applications/utilities/mesh/manipulation/faceSet/CMakeLists.txt index c78c270db..00daea508 100644 --- a/applications/utilities/mesh/manipulation/faceSet/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/faceSet/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS faceSet RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( faceSet ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/flattenMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/flattenMesh/CMakeLists.txt index 218265a3b..a00309b70 100644 --- a/applications/utilities/mesh/manipulation/flattenMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/flattenMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS flattenMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( flattenMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/insideCells/CMakeLists.txt b/applications/utilities/mesh/manipulation/insideCells/CMakeLists.txt index c16e71363..1ad1331b1 100644 --- a/applications/utilities/mesh/manipulation/insideCells/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/insideCells/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS insideCells RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( insideCells ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/CMakeLists.txt b/applications/utilities/mesh/manipulation/mergeMeshes/CMakeLists.txt index 570b0368d..64892e0e2 100644 --- a/applications/utilities/mesh/manipulation/mergeMeshes/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/mergeMeshes/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS mergeMeshes RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mergeMeshes ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/mergeOrSplitBaffles/CMakeLists.txt b/applications/utilities/mesh/manipulation/mergeOrSplitBaffles/CMakeLists.txt index dc9a80491..64b300147 100644 --- a/applications/utilities/mesh/manipulation/mergeOrSplitBaffles/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/mergeOrSplitBaffles/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS mergeOrSplitBaffles RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mergeOrSplitBaffles ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/mirrorMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/mirrorMesh/CMakeLists.txt index 3cb1e5f83..ffe8cf4e8 100644 --- a/applications/utilities/mesh/manipulation/mirrorMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/mirrorMesh/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS mirrorMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mirrorMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/moveDynamicMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/moveDynamicMesh/CMakeLists.txt index fcf924bb6..d6cf13f63 100644 --- a/applications/utilities/mesh/manipulation/moveDynamicMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/moveDynamicMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS moveDynamicMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( moveDynamicMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/moveEngineMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/moveEngineMesh/CMakeLists.txt index 3efb35837..6ae16e295 100644 --- a/applications/utilities/mesh/manipulation/moveEngineMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/moveEngineMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS moveEngineMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( moveEngineMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/moveMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/moveMesh/CMakeLists.txt index 237d2bcaf..c24c95f03 100644 --- a/applications/utilities/mesh/manipulation/moveMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/moveMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS moveMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( moveMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/objToVTK/CMakeLists.txt b/applications/utilities/mesh/manipulation/objToVTK/CMakeLists.txt index bf734cdba..311845595 100644 --- a/applications/utilities/mesh/manipulation/objToVTK/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/objToVTK/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS objToVTK RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( objToVTK ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/pointSet/CMakeLists.txt b/applications/utilities/mesh/manipulation/pointSet/CMakeLists.txt index 16607a853..997ad2035 100644 --- a/applications/utilities/mesh/manipulation/pointSet/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/pointSet/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS pointSet RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( pointSet ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/refineMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/refineMesh/CMakeLists.txt index bc02a4e0e..7ec6440bc 100644 --- a/applications/utilities/mesh/manipulation/refineMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/refineMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS refineMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( refineMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/renumberMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/renumberMesh/CMakeLists.txt index c239c52d3..f2ef53da4 100644 --- a/applications/utilities/mesh/manipulation/renumberMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/renumberMesh/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS renumberMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( renumberMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/rotateMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/rotateMesh/CMakeLists.txt index 3b0793eb2..c27326a77 100644 --- a/applications/utilities/mesh/manipulation/rotateMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/rotateMesh/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS rotateMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( rotateMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/setSet/CMakeLists.txt b/applications/utilities/mesh/manipulation/setSet/CMakeLists.txt index 2ba904715..9d6df3d37 100644 --- a/applications/utilities/mesh/manipulation/setSet/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/setSet/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS setSet RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( setSet ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/setsToZones/CMakeLists.txt b/applications/utilities/mesh/manipulation/setsToZones/CMakeLists.txt index 13eb12ddb..f94c757f3 100644 --- a/applications/utilities/mesh/manipulation/setsToZones/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/setsToZones/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS setsToZones RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( setsToZones ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/splitMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/splitMesh/CMakeLists.txt index ffbce01c7..f7d78b09c 100644 --- a/applications/utilities/mesh/manipulation/splitMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/splitMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS splitMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( splitMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/splitMeshRegions/CMakeLists.txt b/applications/utilities/mesh/manipulation/splitMeshRegions/CMakeLists.txt index c56aaa378..30b2b1479 100644 --- a/applications/utilities/mesh/manipulation/splitMeshRegions/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/splitMeshRegions/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS splitMeshRegions RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( splitMeshRegions ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/stitchMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/stitchMesh/CMakeLists.txt index 476ba0fe6..30f32563d 100644 --- a/applications/utilities/mesh/manipulation/stitchMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/stitchMesh/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS stitchMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( stitchMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/subsetMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/subsetMesh/CMakeLists.txt index 416d8b2d0..9a43cd053 100644 --- a/applications/utilities/mesh/manipulation/subsetMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/subsetMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS subsetMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( subsetMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/transformPoints/CMakeLists.txt b/applications/utilities/mesh/manipulation/transformPoints/CMakeLists.txt index d6f5f8750..b6dd13b47 100644 --- a/applications/utilities/mesh/manipulation/transformPoints/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/transformPoints/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS transformPoints RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( transformPoints ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/mesh/manipulation/zipUpMesh/CMakeLists.txt b/applications/utilities/mesh/manipulation/zipUpMesh/CMakeLists.txt index bb3ef3fa3..ae5faf714 100644 --- a/applications/utilities/mesh/manipulation/zipUpMesh/CMakeLists.txt +++ b/applications/utilities/mesh/manipulation/zipUpMesh/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS zipUpMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( zipUpMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/miscellaneous/expandDictionary/CMakeLists.txt b/applications/utilities/miscellaneous/expandDictionary/CMakeLists.txt index c248aafda..b5453d874 100644 --- a/applications/utilities/miscellaneous/expandDictionary/CMakeLists.txt +++ b/applications/utilities/miscellaneous/expandDictionary/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS expandDictionary RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( expandDictionary ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/miscellaneous/foamDebugSwitches/CMakeLists.txt b/applications/utilities/miscellaneous/foamDebugSwitches/CMakeLists.txt index de81f9ed2..9dbd725a3 100644 --- a/applications/utilities/miscellaneous/foamDebugSwitches/CMakeLists.txt +++ b/applications/utilities/miscellaneous/foamDebugSwitches/CMakeLists.txt @@ -87,4 +87,6 @@ install( TARGETS foamDebugSwitches RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamDebugSwitches ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/miscellaneous/foamFormatConvert/CMakeLists.txt b/applications/utilities/miscellaneous/foamFormatConvert/CMakeLists.txt index f546683df..39969237f 100644 --- a/applications/utilities/miscellaneous/foamFormatConvert/CMakeLists.txt +++ b/applications/utilities/miscellaneous/foamFormatConvert/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS foamFormatConvert RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamFormatConvert ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/miscellaneous/foamInfoExec/CMakeLists.txt b/applications/utilities/miscellaneous/foamInfoExec/CMakeLists.txt index 5ba106b0d..65a45ad37 100644 --- a/applications/utilities/miscellaneous/foamInfoExec/CMakeLists.txt +++ b/applications/utilities/miscellaneous/foamInfoExec/CMakeLists.txt @@ -47,4 +47,6 @@ install( TARGETS foamInfoExec RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamInfoExec ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/miscellaneous/patchSummary/CMakeLists.txt b/applications/utilities/miscellaneous/patchSummary/CMakeLists.txt index 05db319d6..90186d543 100644 --- a/applications/utilities/miscellaneous/patchSummary/CMakeLists.txt +++ b/applications/utilities/miscellaneous/patchSummary/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS patchSummary RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( patchSummary ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/parallelProcessing/decomposePar/CMakeLists.txt b/applications/utilities/parallelProcessing/decomposePar/CMakeLists.txt index 715f41a74..4772e7f7c 100644 --- a/applications/utilities/parallelProcessing/decomposePar/CMakeLists.txt +++ b/applications/utilities/parallelProcessing/decomposePar/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS decomposePar RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( decomposePar ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/parallelProcessing/reconstructPar/CMakeLists.txt b/applications/utilities/parallelProcessing/reconstructPar/CMakeLists.txt index c5db32371..d75132486 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/CMakeLists.txt +++ b/applications/utilities/parallelProcessing/reconstructPar/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS reconstructPar RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( reconstructPar ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/parallelProcessing/reconstructParMesh/CMakeLists.txt b/applications/utilities/parallelProcessing/reconstructParMesh/CMakeLists.txt index 8a77c800f..827bab841 100644 --- a/applications/utilities/parallelProcessing/reconstructParMesh/CMakeLists.txt +++ b/applications/utilities/parallelProcessing/reconstructParMesh/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS reconstructParMesh RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( reconstructParMesh ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/parallelProcessing/redistributeMeshPar/CMakeLists.txt b/applications/utilities/parallelProcessing/redistributeMeshPar/CMakeLists.txt index d1f99acc5..c07b528b9 100644 --- a/applications/utilities/parallelProcessing/redistributeMeshPar/CMakeLists.txt +++ b/applications/utilities/parallelProcessing/redistributeMeshPar/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS redistributeMeshPar RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( redistributeMeshPar ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamDataToFluent/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamDataToFluent/CMakeLists.txt index 0f22b1a55..87aacefec 100644 --- a/applications/utilities/postProcessing/dataConversion/foamDataToFluent/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamDataToFluent/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS foamDataToFluent RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamDataToFluent ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamToEnsight/CMakeLists.txt index de95a5c09..ec9646b59 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS foamToEnsight RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToEnsight ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/CMakeLists.txt index d0cf51fe8..b9e7aeae0 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsightParts/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS foamToEnsightParts RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToEnsightParts ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamToFieldview9/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamToFieldview9/CMakeLists.txt index f17c621cf..5c403a2f2 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToFieldview9/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamToFieldview9/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS foamToFieldview9 RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToFieldview9 ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamToGMV/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamToGMV/CMakeLists.txt index f0a58420c..3b9d2c297 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToGMV/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamToGMV/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS foamToGMV RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToGMV ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/foamToVTK/CMakeLists.txt index 2649bd4b0..94de279e2 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS foamToVTK RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamToVTK ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/dataConversion/smapToFoam/CMakeLists.txt b/applications/utilities/postProcessing/dataConversion/smapToFoam/CMakeLists.txt index 3a1890629..f88950c91 100644 --- a/applications/utilities/postProcessing/dataConversion/smapToFoam/CMakeLists.txt +++ b/applications/utilities/postProcessing/dataConversion/smapToFoam/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS smapToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( smapToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/foamCalc/CMakeLists.txt b/applications/utilities/postProcessing/foamCalc/CMakeLists.txt index e96e3bd78..0eec52be3 100644 --- a/applications/utilities/postProcessing/foamCalc/CMakeLists.txt +++ b/applications/utilities/postProcessing/foamCalc/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS foamCalc RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( foamCalc ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/engineCompRatio/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/engineCompRatio/CMakeLists.txt index bc70431e7..497a678b0 100644 --- a/applications/utilities/postProcessing/miscellaneous/engineCompRatio/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/engineCompRatio/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS engineCompRatio RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( engineCompRatio ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/CMakeLists.txt index 1fe288212..5bbcb3ec9 100644 --- a/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/CMakeLists.txt @@ -56,4 +56,6 @@ install( TARGETS execFlowFunctionObjects RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( execFlowFunctionObjects ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/pdfPlot/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/pdfPlot/CMakeLists.txt index 8a7be288c..fbd10daa4 100644 --- a/applications/utilities/postProcessing/miscellaneous/pdfPlot/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/pdfPlot/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS pdfPlot RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( pdfPlot ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/postChannel/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/postChannel/CMakeLists.txt index 2d8d30bcf..8965b4afa 100644 --- a/applications/utilities/postProcessing/miscellaneous/postChannel/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/postChannel/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS postChannel RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( postChannel ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/ptot/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/ptot/CMakeLists.txt index 27c54d949..b25504fbb 100644 --- a/applications/utilities/postProcessing/miscellaneous/ptot/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/ptot/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS ptot RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( ptot ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/wdot/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/wdot/CMakeLists.txt index 2c443ee17..0e98afd38 100644 --- a/applications/utilities/postProcessing/miscellaneous/wdot/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/wdot/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS wdot RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( wdot ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/miscellaneous/writeCellCentres/CMakeLists.txt b/applications/utilities/postProcessing/miscellaneous/writeCellCentres/CMakeLists.txt index 64eb89f8a..7f5c3e124 100644 --- a/applications/utilities/postProcessing/miscellaneous/writeCellCentres/CMakeLists.txt +++ b/applications/utilities/postProcessing/miscellaneous/writeCellCentres/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS writeCellCentres RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( writeCellCentres ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/patch/patchAverage/CMakeLists.txt b/applications/utilities/postProcessing/patch/patchAverage/CMakeLists.txt index cc833ed69..785ffdef0 100644 --- a/applications/utilities/postProcessing/patch/patchAverage/CMakeLists.txt +++ b/applications/utilities/postProcessing/patch/patchAverage/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS patchAverage RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( patchAverage ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/patch/patchIntegrate/CMakeLists.txt b/applications/utilities/postProcessing/patch/patchIntegrate/CMakeLists.txt index 2b394702c..ad9f8048a 100644 --- a/applications/utilities/postProcessing/patch/patchIntegrate/CMakeLists.txt +++ b/applications/utilities/postProcessing/patch/patchIntegrate/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS patchIntegrate RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( patchIntegrate ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/sampling/probeLocations/CMakeLists.txt b/applications/utilities/postProcessing/sampling/probeLocations/CMakeLists.txt index 8c1d685e3..03bd3f40b 100644 --- a/applications/utilities/postProcessing/sampling/probeLocations/CMakeLists.txt +++ b/applications/utilities/postProcessing/sampling/probeLocations/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS probeLocations RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( probeLocations ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/sampling/sample/CMakeLists.txt b/applications/utilities/postProcessing/sampling/sample/CMakeLists.txt index 268b4ec0c..cfacf37b4 100644 --- a/applications/utilities/postProcessing/sampling/sample/CMakeLists.txt +++ b/applications/utilities/postProcessing/sampling/sample/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS sample RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( sample ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/scalarField/pPrime2/CMakeLists.txt b/applications/utilities/postProcessing/scalarField/pPrime2/CMakeLists.txt index e9831c9bc..13d3b5989 100644 --- a/applications/utilities/postProcessing/scalarField/pPrime2/CMakeLists.txt +++ b/applications/utilities/postProcessing/scalarField/pPrime2/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS pPrime2 RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( pPrime2 ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/stressField/stressComponents/CMakeLists.txt b/applications/utilities/postProcessing/stressField/stressComponents/CMakeLists.txt index 779514973..fd7f72d6c 100644 --- a/applications/utilities/postProcessing/stressField/stressComponents/CMakeLists.txt +++ b/applications/utilities/postProcessing/stressField/stressComponents/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS stressComponents RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( stressComponents ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/turbulence/R/CMakeLists.txt b/applications/utilities/postProcessing/turbulence/R/CMakeLists.txt index 1649ba2d6..879ec8274 100644 --- a/applications/utilities/postProcessing/turbulence/R/CMakeLists.txt +++ b/applications/utilities/postProcessing/turbulence/R/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS R RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( R ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/turbulence/createTurbulenceFields/CMakeLists.txt b/applications/utilities/postProcessing/turbulence/createTurbulenceFields/CMakeLists.txt index 5dc4777af..d3364453a 100644 --- a/applications/utilities/postProcessing/turbulence/createTurbulenceFields/CMakeLists.txt +++ b/applications/utilities/postProcessing/turbulence/createTurbulenceFields/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS createTurbulenceFields RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( createTurbulenceFields ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/Co/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/Co/CMakeLists.txt index 7fb3b8736..b70492cb9 100644 --- a/applications/utilities/postProcessing/velocityField/Co/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/Co/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS Co RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Co ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/Lambda2/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/Lambda2/CMakeLists.txt index 1963a7f7c..f9423d26b 100644 --- a/applications/utilities/postProcessing/velocityField/Lambda2/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/Lambda2/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS Lambda2 RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Lambda2 ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/Mach/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/Mach/CMakeLists.txt index 5c992d0fc..1b00515b8 100644 --- a/applications/utilities/postProcessing/velocityField/Mach/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/Mach/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS Mach RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Mach ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/Pe/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/Pe/CMakeLists.txt index 1ee7e9091..a6543cf79 100644 --- a/applications/utilities/postProcessing/velocityField/Pe/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/Pe/CMakeLists.txt @@ -57,4 +57,6 @@ install( TARGETS Pe RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Pe ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/Q/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/Q/CMakeLists.txt index 1f6c5db3c..b6f24e0f7 100644 --- a/applications/utilities/postProcessing/velocityField/Q/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/Q/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS Q RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( Q ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/enstrophy/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/enstrophy/CMakeLists.txt index df116a2f8..eaa6fbbe0 100644 --- a/applications/utilities/postProcessing/velocityField/enstrophy/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/enstrophy/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS enstrophy RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( enstrophy ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/flowType/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/flowType/CMakeLists.txt index d4736d52e..a64307c9d 100644 --- a/applications/utilities/postProcessing/velocityField/flowType/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/flowType/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS flowType RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( flowType ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/streamFunction/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/streamFunction/CMakeLists.txt index 4f6be2106..caecf3bd0 100644 --- a/applications/utilities/postProcessing/velocityField/streamFunction/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/streamFunction/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS streamFunction RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( streamFunction ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/uprime/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/uprime/CMakeLists.txt index 76e4b31d0..e1c877674 100644 --- a/applications/utilities/postProcessing/velocityField/uprime/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/uprime/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS uprime RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( uprime ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/velocityField/vorticity/CMakeLists.txt b/applications/utilities/postProcessing/velocityField/vorticity/CMakeLists.txt index 7ba8382af..27834f1c7 100644 --- a/applications/utilities/postProcessing/velocityField/vorticity/CMakeLists.txt +++ b/applications/utilities/postProcessing/velocityField/vorticity/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS vorticity RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( vorticity ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/wall/wallGradU/CMakeLists.txt b/applications/utilities/postProcessing/wall/wallGradU/CMakeLists.txt index b6ae07ab4..aeb24348d 100644 --- a/applications/utilities/postProcessing/wall/wallGradU/CMakeLists.txt +++ b/applications/utilities/postProcessing/wall/wallGradU/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS wallGradU RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( wallGradU ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/wall/wallHeatFlux/CMakeLists.txt b/applications/utilities/postProcessing/wall/wallHeatFlux/CMakeLists.txt index add0a8801..553689770 100644 --- a/applications/utilities/postProcessing/wall/wallHeatFlux/CMakeLists.txt +++ b/applications/utilities/postProcessing/wall/wallHeatFlux/CMakeLists.txt @@ -52,4 +52,6 @@ install( TARGETS wallHeatFlux RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( wallHeatFlux ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/wall/wallShearStress/CMakeLists.txt b/applications/utilities/postProcessing/wall/wallShearStress/CMakeLists.txt index 16aae5c4d..1627a7dfe 100644 --- a/applications/utilities/postProcessing/wall/wallShearStress/CMakeLists.txt +++ b/applications/utilities/postProcessing/wall/wallShearStress/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS wallShearStress RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( wallShearStress ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/wall/yPlusLES/CMakeLists.txt b/applications/utilities/postProcessing/wall/yPlusLES/CMakeLists.txt index c186e7f9f..5e99a783f 100644 --- a/applications/utilities/postProcessing/wall/yPlusLES/CMakeLists.txt +++ b/applications/utilities/postProcessing/wall/yPlusLES/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS yPlusLES RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( yPlusLES ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/postProcessing/wall/yPlusRAS/CMakeLists.txt b/applications/utilities/postProcessing/wall/yPlusRAS/CMakeLists.txt index 89ba3f911..e9b6efe2b 100644 --- a/applications/utilities/postProcessing/wall/yPlusRAS/CMakeLists.txt +++ b/applications/utilities/postProcessing/wall/yPlusRAS/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS yPlusRAS RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( yPlusRAS ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/applyBoundaryLayer/CMakeLists.txt b/applications/utilities/preProcessing/applyBoundaryLayer/CMakeLists.txt index 7a63b0f90..262ae2caa 100644 --- a/applications/utilities/preProcessing/applyBoundaryLayer/CMakeLists.txt +++ b/applications/utilities/preProcessing/applyBoundaryLayer/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS applyBoundaryLayer RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( applyBoundaryLayer ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/boxTurb/CMakeLists.txt b/applications/utilities/preProcessing/boxTurb/CMakeLists.txt index 4b638d4b9..d2ed0435b 100644 --- a/applications/utilities/preProcessing/boxTurb/CMakeLists.txt +++ b/applications/utilities/preProcessing/boxTurb/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS boxTurb RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( boxTurb ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/changeDictionary/CMakeLists.txt b/applications/utilities/preProcessing/changeDictionary/CMakeLists.txt index df48849b5..dddf39fbf 100644 --- a/applications/utilities/preProcessing/changeDictionary/CMakeLists.txt +++ b/applications/utilities/preProcessing/changeDictionary/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS changeDictionary RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( changeDictionary ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/engineSwirl/CMakeLists.txt b/applications/utilities/preProcessing/engineSwirl/CMakeLists.txt index e86623488..d5bbef6b4 100644 --- a/applications/utilities/preProcessing/engineSwirl/CMakeLists.txt +++ b/applications/utilities/preProcessing/engineSwirl/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS engineSwirl RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( engineSwirl ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/mapFields/CMakeLists.txt b/applications/utilities/preProcessing/mapFields/CMakeLists.txt index 128545973..6cc0e7c63 100644 --- a/applications/utilities/preProcessing/mapFields/CMakeLists.txt +++ b/applications/utilities/preProcessing/mapFields/CMakeLists.txt @@ -51,4 +51,6 @@ install( TARGETS mapFields RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mapFields ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/molConfig/CMakeLists.txt b/applications/utilities/preProcessing/molConfig/CMakeLists.txt index c6a2c34d5..49af5dd6d 100644 --- a/applications/utilities/preProcessing/molConfig/CMakeLists.txt +++ b/applications/utilities/preProcessing/molConfig/CMakeLists.txt @@ -55,4 +55,6 @@ install( TARGETS molConfig RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( molConfig ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/preProcessing/setFields/CMakeLists.txt b/applications/utilities/preProcessing/setFields/CMakeLists.txt index 285e22193..ef2253c38 100644 --- a/applications/utilities/preProcessing/setFields/CMakeLists.txt +++ b/applications/utilities/preProcessing/setFields/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS setFields RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( setFields ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceAdd/CMakeLists.txt b/applications/utilities/surface/surfaceAdd/CMakeLists.txt index 8c244cb56..23154fa54 100644 --- a/applications/utilities/surface/surfaceAdd/CMakeLists.txt +++ b/applications/utilities/surface/surfaceAdd/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceAdd RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceAdd ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceAutoPatch/CMakeLists.txt b/applications/utilities/surface/surfaceAutoPatch/CMakeLists.txt index c6dde51a8..6d64ed597 100644 --- a/applications/utilities/surface/surfaceAutoPatch/CMakeLists.txt +++ b/applications/utilities/surface/surfaceAutoPatch/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceAutoPatch RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceAutoPatch ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceCheck/CMakeLists.txt b/applications/utilities/surface/surfaceCheck/CMakeLists.txt index d0a4b5f09..efdc1f914 100644 --- a/applications/utilities/surface/surfaceCheck/CMakeLists.txt +++ b/applications/utilities/surface/surfaceCheck/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceCheck RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceCheck ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceClean/CMakeLists.txt b/applications/utilities/surface/surfaceClean/CMakeLists.txt index 41e03a74f..2eb5006a8 100644 --- a/applications/utilities/surface/surfaceClean/CMakeLists.txt +++ b/applications/utilities/surface/surfaceClean/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceClean RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceClean ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceCoarsen/CMakeLists.txt b/applications/utilities/surface/surfaceCoarsen/CMakeLists.txt index 9649e07f2..c37b9148e 100644 --- a/applications/utilities/surface/surfaceCoarsen/CMakeLists.txt +++ b/applications/utilities/surface/surfaceCoarsen/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceCoarsen RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceCoarsen ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceConvert/CMakeLists.txt b/applications/utilities/surface/surfaceConvert/CMakeLists.txt index cc613c192..55a7a35ad 100644 --- a/applications/utilities/surface/surfaceConvert/CMakeLists.txt +++ b/applications/utilities/surface/surfaceConvert/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceConvert RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceConvert ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceFeatureConvert/CMakeLists.txt b/applications/utilities/surface/surfaceFeatureConvert/CMakeLists.txt index 7bbbd0262..ef7422705 100644 --- a/applications/utilities/surface/surfaceFeatureConvert/CMakeLists.txt +++ b/applications/utilities/surface/surfaceFeatureConvert/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS surfaceFeatureConvert RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceFeatureConvert ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceFeatureExtract/CMakeLists.txt b/applications/utilities/surface/surfaceFeatureExtract/CMakeLists.txt index 730f65c06..f051dea2e 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/CMakeLists.txt +++ b/applications/utilities/surface/surfaceFeatureExtract/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceFeatureExtract RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceFeatureExtract ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceFind/CMakeLists.txt b/applications/utilities/surface/surfaceFind/CMakeLists.txt index 405fe6c4b..84a623a39 100644 --- a/applications/utilities/surface/surfaceFind/CMakeLists.txt +++ b/applications/utilities/surface/surfaceFind/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceFind RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceFind ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceMeshTriangulate/CMakeLists.txt b/applications/utilities/surface/surfaceMeshTriangulate/CMakeLists.txt index 403c57ed9..0c0a938b3 100644 --- a/applications/utilities/surface/surfaceMeshTriangulate/CMakeLists.txt +++ b/applications/utilities/surface/surfaceMeshTriangulate/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceMeshTriangulate RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceMeshTriangulate ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceOrient/CMakeLists.txt b/applications/utilities/surface/surfaceOrient/CMakeLists.txt index 399935986..3a6822ac6 100644 --- a/applications/utilities/surface/surfaceOrient/CMakeLists.txt +++ b/applications/utilities/surface/surfaceOrient/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceOrient RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceOrient ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfacePointMerge/CMakeLists.txt b/applications/utilities/surface/surfacePointMerge/CMakeLists.txt index 5d99c0fc8..9c07dbec1 100644 --- a/applications/utilities/surface/surfacePointMerge/CMakeLists.txt +++ b/applications/utilities/surface/surfacePointMerge/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfacePointMerge RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfacePointMerge ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceRefineRedGreen/CMakeLists.txt b/applications/utilities/surface/surfaceRefineRedGreen/CMakeLists.txt index e0444d4fd..5c35a4da6 100644 --- a/applications/utilities/surface/surfaceRefineRedGreen/CMakeLists.txt +++ b/applications/utilities/surface/surfaceRefineRedGreen/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceRefineRedGreen RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceRefineRedGreen ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceSmooth/CMakeLists.txt b/applications/utilities/surface/surfaceSmooth/CMakeLists.txt index 66cb645b5..8b11450bb 100644 --- a/applications/utilities/surface/surfaceSmooth/CMakeLists.txt +++ b/applications/utilities/surface/surfaceSmooth/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceSmooth RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceSmooth ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceSplitByPatch/CMakeLists.txt b/applications/utilities/surface/surfaceSplitByPatch/CMakeLists.txt index 4a194ec05..3d5b8c012 100644 --- a/applications/utilities/surface/surfaceSplitByPatch/CMakeLists.txt +++ b/applications/utilities/surface/surfaceSplitByPatch/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceSplitByPatch RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceSplitByPatch ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceSplitNonManifolds/CMakeLists.txt b/applications/utilities/surface/surfaceSplitNonManifolds/CMakeLists.txt index 0f7efa07d..8ab9e020c 100644 --- a/applications/utilities/surface/surfaceSplitNonManifolds/CMakeLists.txt +++ b/applications/utilities/surface/surfaceSplitNonManifolds/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceSplitNonManifolds RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceSplitNonManifolds ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceSubset/CMakeLists.txt b/applications/utilities/surface/surfaceSubset/CMakeLists.txt index 78b0bf1b3..3bd9470b1 100644 --- a/applications/utilities/surface/surfaceSubset/CMakeLists.txt +++ b/applications/utilities/surface/surfaceSubset/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceSubset RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceSubset ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceToPatch/CMakeLists.txt b/applications/utilities/surface/surfaceToPatch/CMakeLists.txt index 522d193c3..b268f86cd 100644 --- a/applications/utilities/surface/surfaceToPatch/CMakeLists.txt +++ b/applications/utilities/surface/surfaceToPatch/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS surfaceToPatch RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceToPatch ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/surface/surfaceTransformPoints/CMakeLists.txt b/applications/utilities/surface/surfaceTransformPoints/CMakeLists.txt index 8d883d982..8f3b8c472 100644 --- a/applications/utilities/surface/surfaceTransformPoints/CMakeLists.txt +++ b/applications/utilities/surface/surfaceTransformPoints/CMakeLists.txt @@ -49,4 +49,6 @@ install( TARGETS surfaceTransformPoints RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( surfaceTransformPoints ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/thermophysical/adiabaticFlameT/CMakeLists.txt b/applications/utilities/thermophysical/adiabaticFlameT/CMakeLists.txt index fecf31e3a..f349f49d3 100644 --- a/applications/utilities/thermophysical/adiabaticFlameT/CMakeLists.txt +++ b/applications/utilities/thermophysical/adiabaticFlameT/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS adiabaticFlameT RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( adiabaticFlameT ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/thermophysical/chemkinToFoam/CMakeLists.txt b/applications/utilities/thermophysical/chemkinToFoam/CMakeLists.txt index 3710583a6..89f7c6221 100644 --- a/applications/utilities/thermophysical/chemkinToFoam/CMakeLists.txt +++ b/applications/utilities/thermophysical/chemkinToFoam/CMakeLists.txt @@ -50,4 +50,6 @@ install( TARGETS chemkinToFoam RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( chemkinToFoam ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/thermophysical/equilibriumCO/CMakeLists.txt b/applications/utilities/thermophysical/equilibriumCO/CMakeLists.txt index 7c2474cf5..524248d44 100644 --- a/applications/utilities/thermophysical/equilibriumCO/CMakeLists.txt +++ b/applications/utilities/thermophysical/equilibriumCO/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS equilibriumCO RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( equilibriumCO ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/thermophysical/equilibriumFlameT/CMakeLists.txt b/applications/utilities/thermophysical/equilibriumFlameT/CMakeLists.txt index e153a0c0d..4304bf420 100644 --- a/applications/utilities/thermophysical/equilibriumFlameT/CMakeLists.txt +++ b/applications/utilities/thermophysical/equilibriumFlameT/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS equilibriumFlameT RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( equilibriumFlameT ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/applications/utilities/thermophysical/mixtureAdiabaticFlameT/CMakeLists.txt b/applications/utilities/thermophysical/mixtureAdiabaticFlameT/CMakeLists.txt index c6a0076d7..850b18a62 100644 --- a/applications/utilities/thermophysical/mixtureAdiabaticFlameT/CMakeLists.txt +++ b/applications/utilities/thermophysical/mixtureAdiabaticFlameT/CMakeLists.txt @@ -48,4 +48,6 @@ install( TARGETS mixtureAdiabaticFlameT RUNTIME DESTINATION ${FF_INSTALL_BIN_PATH} COMPONENT bin ) +ff_add_executable_to_doc_index( mixtureAdiabaticFlameT ) + # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file diff --git a/etc/controlDict.in b/etc/controlDict.in index c54d53c5a..297439fdb 100644 --- a/etc/controlDict.in +++ b/etc/controlDict.in @@ -18,10 +18,12 @@ FoamFile Documentation { + // The special value "ECHO" (all-caps) just prints + // the location of the documentation file to STDOUT docBrowser "@FF_HTML_DOC_BROWSER_COMMAND@"; - doxyDocDirs + doxyDocIndices ( - "@FF_DOC_DIR@/Doxygen/html" + "@FF_DATA_DIR@/DoxyDocIndex" ); doxySourceFileExts ( diff --git a/src/OpenFOAM/global/argList/argList.C b/src/OpenFOAM/global/argList/argList.C index 4784fcf07..658aac4bc 100644 --- a/src/OpenFOAM/global/argList/argList.C +++ b/src/OpenFOAM/global/argList/argList.C @@ -33,6 +33,7 @@ License #include #include #include +#include // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // @@ -611,8 +612,53 @@ void Foam::argList::printUsage() const void Foam::argList::displayDoc(bool source) const { const dictionary& docDict = debug::controlDict().subDict("Documentation"); - List docDirs(docDict.lookup("doxyDocDirs")); List docExts(docDict.lookup("doxySourceFileExts")); + // List of doxygen documentation file indices + List docIndexFiles(docDict.lookup("doxyDocIndices")); + + // List of all documentation files + List > docFiles(docIndexFiles.size()); + // List of all documentation directories + List docDirs(docIndexFiles.size()); + label nIndices = 0; + forAll(docIndexFiles,idxI) + { + IFstream indexFile(docIndexFiles[idxI]); + + if (!indexFile.good()) + { + WarningIn("Foam::argList::displayDoc(bool)") + << "Cannot open documentation index file " << docIndexFiles[idxI] + << endl; + } + else + { + // the dictionary + dictionary indexDict(indexFile); + if (indexDict.found("docDir") && indexDict.found("docFiles")) + { + // the documentation directory + indexDict.lookup("docDir") >> docDirs[nIndices]; + // read the list and append + indexDict.lookup("docFiles") >> docFiles[nIndices]; + ++nIndices; + } + else + { + WarningIn("Foam::argList::displayDoc(bool)") + << "The file " << docIndexFiles[idxI] + << "does not contain one or both of the entries" + << "\"docDir\" and \"docFiles\"." + << endl; + } + } + } + // if one or more files failed, truncate the lists + if (nIndices-1) { + docFile = docDirs[dirI]/docFile; + docFile.expand(); found = true; break; } @@ -648,11 +697,18 @@ void Foam::argList::displayDoc(bool source) const if (found) { string docBrowser(docDict.lookup("docBrowser")); - docBrowser.replaceAll("%f", docFile); + if( docBrowser != "ECHO" ) + { + docBrowser.replaceAll("%f", docFile); - Info<< "Show documentation: " << docBrowser.c_str() << endl; + Info<< "Show documentation: " << docBrowser.c_str() << endl; - system(docBrowser); + system(docBrowser); + } + else + { + Info<< "Documentation available at: " << docFile << endl; + } } else { diff --git a/src/OpenFOAM/global/foamVersion.H b/src/OpenFOAM/global/foamVersion.H index 9ced451ee..8e299a4c8 100644 --- a/src/OpenFOAM/global/foamVersion.H +++ b/src/OpenFOAM/global/foamVersion.H @@ -52,6 +52,7 @@ namespace Foam extern const char* const FOAMversion; extern const char* const FOAMfullVersion; extern const char* const FOAMConfigDir; + extern const char* const FOAMExecutablePrefix; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/global/global.C.in b/src/OpenFOAM/global/global.C.in index 86a29a306..1da6e06e7 100644 --- a/src/OpenFOAM/global/global.C.in +++ b/src/OpenFOAM/global/global.C.in @@ -39,6 +39,7 @@ Description const char* const Foam::FOAMversion = "@FF_VERSION@"; const char* const Foam::FOAMfullVersion = "@FF_VERSION_FULL@"; const char* const Foam::FOAMConfigDir = "@FF_INSTALL_CONFIG_PATH@"; +const char* const Foam::FOAMExecutablePrefix = "@EXECUTABLE_PREFIX@"; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // Setup an error handler for the global new operator -- 2.11.4.GIT