File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Modules/Core/Common/include Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,12 @@ class ITKCommon_EXPORT PlatformMultiThreader : public MultiThreaderBase
182182
183183 /* * wait for a thread in the threadpool to finish work */
184184 void SpawnWaitForSingleMethodThread (ThreadProcessIdType);
185+
186+ /* * Friends of Multithreader.
187+ * ProcessObject is a friend so that it can call PrintSelf() on its
188+ * Multithreader. */
189+ friend class ProcessObject ;
190+ };
191+ } // end namespace itk
192+ #endif // itkPlatformMultiThreader_h
193+
Original file line number Diff line number Diff line change @@ -108,13 +108,6 @@ mark_as_advanced(
108108 ITK_DOXYGEN_XML
109109 ITK_DOXYGEN_SERVER_BASED_SEARCH)
110110
111- if (Python3_EXECUTABLE)
112- set (ITK_DOXYGEN_INPUT_FILTER "${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR} /itkgroup.py" )
113-
114- else ()
115- set (ITK_DOXYGEN_INPUT_FILTER)
116- endif ()
117-
118111# -------------------------------------------------------------
119112if (ITK_BUILD_DOCUMENTATION)
120113
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ set(DOXYGEN_EXAMPLE_PATH "${DOXYGEN_TEST_DIRS}")
5252set (DOXYGEN_EXAMPLE_PATTERNS "*.cxx" )
5353set (DOXYGEN_EXAMPLE_RECURSIVE "YES" )
5454set (DOXYGEN_IMAGE_PATH "${ITK_SOURCE_DIR} /Documentation/Art" "${ITK_BINARY_DIR} /Utilities/Doxygen/Modules" )
55- set (DOXYGEN_INPUT_FILTER "${ITK_DOXYGEN_INPUT_FILTER} " )
5655set (DOXYGEN_FILTER_SOURCE_FILES "YES" )
5756set (DOXYGEN_SOURCE_BROWSER "YES" )
5857set (DOXYGEN_REFERENCED_BY_RELATION "YES" )
You can’t perform that action at this time.
0 commit comments