From: SourceForge.net <no...@so...> - 2006-08-29 09:34:34
|
Support Requests item #1548428, was opened at 2006-08-29 11:32 Message generated for change (Settings changed) made by aquasonic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1548428&group_id=36057 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 5 Submitted By: aquasonic (aquasonic) Assigned to: Nobody/Anonymous (nobody) Summary: There are no documentable types in this project. Initial Comment: Hello I wrote a C# Webapplication and want to use NDoc for gerenating the Documentation. I've set the XML-File in my Project configuration and gives this file in the "UseNDocXmlFile"-Parameter. I also set add the correct assembly. When i want to generate the documentation, it gives me an exeption who says that there are no documentable types in this project. I turned all visibility options on and tried againg, same problem... why don't this work? can someone help me ;) thx... greets aquasonic --------------------------------------------- here's the expection and the stack trace: An error occured while trying to build the documentation. Exception: NDoc.Core.DocumenterException There are no documentable types in this project. Any types that exist in the assemblies you are documenting have been excluded by the current visibility settings. For example, you are attempting to document an internal class, but the 'DocumentInternals' visibility setting is set to False. Note: C# defaults to 'internal' if no accessibilty is specified, which is often the case for Console apps created in VS.NET... Exception: NDoc.Core.DocumenterException There are no documentable types in this project. Any types that exist in the assemblies you are documenting have been excluded by the current visibility settings. For example, you are attempting to document an internal class, but the 'DocumentInternals' visibility setting is set to False. Note: C# defaults to 'internal' if no accessibilty is specified, which is often the case for Console apps created in VS.NET... Stack Trace: Exception: NDoc.Core.DocumenterException at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) at NDoc.Gui.BuildWorker.ThreadProc() Exception: NDoc.Core.DocumenterException at NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1548428&group_id=36057 |