We have XML documentation in our existing C# files.  I don’t see a way of
hiding functions from the documents (like using: /** @private */ in java,
C, C++)





        /// <summary>

        /// The XServer method Gets or Sets the XServer based on the server
name or IP address

        /// <para>for internal use only</para>

       /// <value>A string representing the name or IP address of the
server.  Ie. sampleserver or 10.0.0.1 </value>

        /// </summary>

        public string XServer {

            get { return _xServer; }

            set { _xServer = value; }

        }



Does anyone have any ideas?



I thought this might help, but it says Doxygen ignores it.

<permission> Identifies the security accessibility of a member. Ignored by
doxygen.



RW
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to