Doxygen - Objective-C - Document Private Class functions Private -


In Doksian, I can create Object-C categories in my implementation file to hide the interface which should not be publicly accessible. However, Doczene still documents the category as "public" members. Even by adding \ protected or \ private, this is still the case.

Is there any other method that I am looking into in a "private methods" section of that class ... or even in the same document, the public class is listed as private only?

Here is part of my config:

  # ------------------------- -------------------------------------------------- # Configuration options related to project # ------------------------------------------- - ------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "My Project" PROJECT_NUMBER = OUTPUT_DIRECTORY = / User / User / D OUTPUT_LANGUAGE not / MyApplication / documentation CREATE_SUBDIRS = = English BRIEF_MEMBER_DESC = Yes REPEAT_BRIEF = Yes ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = not INLINE_INHERITED_MEMB = not FULL_PATH_NAMES = Yes STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = not JAVADOC_AUTOBRIEF = not QT_AUTOBRIEF = not MULT ILINE_CPP_ IS_BRIEF = not INHERIT_DOCS = Yes SEPARATE_MEMBER_PAGES = not TAB_SIZE = 8 nickname = OPTIMIZE_OUTPUT_FOR_C = not OPTIMIZE_OUTPUT_JAVA = not OPTIMIZE_FOR_FORTRAN = not OPTIMIZE_OUTPUT_VHDL = not EXTENSION_MAPPING = BUILTIN_STL_SUPPORT = IDL_PROPERTY_SUPPORT not CPP_CLI_SUPPORT = not SIP_SUPPORT = No = Yes DISTRIBUTE_GROUP_DOC = not Subgrouping = Yes TYPEDEF_HIDES_STRUCT = Yes SYMBOL_CACHE_SIZE = 0 # ----------------------------------------------- ---------------------------- # Create related configuration options # ---------------- -------------------------------------------------- --------- EXTRACT_ALL = this EXTRACT_PRIVATE = yes EXTRACT_STATIC = yes EXTRACT_LOCAL_MESSODS = no extract_nn_na space = no HIDE_UNDOC_MEMBERS = yes HIDE_UND OC_CLASSES = YES HIDE_FRIEND_COMPOUNDS = YES HIDE_IN_BODY_DOCS = no international David = Yes CASE_SENSE_NAMES = SHOW_INCLUDE_FILES not HIDE_SCOPE_NAMES = No = Yes INLINE_INFO = Yes SORT_MEMBER_DOCS = Yes SORT_BRIEF_DOCS = Yes SORT_GROUP_NAMES = not SORT_BY_SCOPE_NAME = not GENERATE_TODOLIST = Yes GENERATE_TESTLIST = Yes GENERATE_BUGLIST = Yes GENERATE_DEPRECATEDLIST = Yes ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_DIRECTORIES = SHOW_FILES = Yes SHOW_NAMESPACES = Yes FILE_VERSION_FILTER = LAYOUT_FILE =  

You have tried the \ internal code in the coupled with the INTERNAL_DOCS = NO in the file

some of the code Isse is a way to keep out of the Doksijn field \ cond and \ endcond command.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -