Undocumented functions should not be viewable/displayed in the list - Issue document only for documented entities
问题 class EXAMPLE{ public func1() private func2() func3() } I have checked for documented entities only. I have documentation for func1 and func3 but no documentation for func2. I have EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = YES EXTRACT_LOCAL_METHODS = NO But after the documentation is generated I still see the signature of func2 without hyperlink. Does anyone know a way to show only those functions explicitly documented? 回答1: You must turn on the EXTRACT