0
votes
0answers
11 views

XSD documentation with Nokogiri

I'm currently writing a XML schema, and I'm using the <annotation> and <documentation> tag for the documentation of the fields. My problem is, that I can't find any good software that ...
0
votes
0answers
27 views

How to remove XML documentation from project output directory?

After installing package with NuGet, I found the xml file in my output directory. That is installed library documentation. But I have no idea, why do I need it in the output folder of my project? Can ...
0
votes
1answer
34 views

HTML documentation tool

I have HTML part of code and I need to document it. As output I want to see syntax highlight code where I can click even for attributes and see documentation for it. Also I want to colorize some tags, ...
1
vote
1answer
226 views

Tutorial and/or good example to learn and build jsdoc templates

So I am brand new to jsdoc and i gotta quickly build a jsdoc template to output documentation in XML format. I have basic understanding of tags involved in jsdoc. But, right now I want to build a ...
0
votes
1answer
142 views

How to generate documentation from XML documents?

I have been given a set of XML documents from a company that is meant to include the "documentation" of the XML schema. There are no XSDs provided. How can I generate documentation (eg. HTML or CHM) ...
0
votes
4answers
111 views

Relationships with DITA

I am trying to create a relationship between a selection of concept documents. So given three documents "A", "B" and "C" I would like them to each display something like the following: A ... ...
2
votes
2answers
73 views

Doclava - How to generate versioned xml?

I am using Doclava for android documentation. I want to use the API versioning feature for which I need to set -since version.xml name in the ant task. How do I generate these versioned xml files? ...
0
votes
0answers
46 views

Important Sandcastle missing features? [closed]

I am a new developer and I need to chose a documentation tool. I've tested the following list of programs, but I hesitate to chose the best one. I tend to prefer Sandcastle but is it missing some ...
0
votes
0answers
53 views

Convert xml documentation into pdf

I have microsoft visual studio 2012 and i generate xml documentation, but i want it to convert to pdf in program for easy way, can someone offer to me some extensions or update to my microsoft what ...
0
votes
1answer
124 views

Customized Qt Assistant: Content not shown

I intend to create a customized Qt Assistant for providing help in my own application. I followed the Qt documentation on that topic. The table of contents and all keywords are available when I launch ...
2
votes
0answers
159 views

C++ CLI XML Documentation with Forward Declaration <seealso cref> gets Reference to Unknown Symbol Warning

I have been trying to generate XML Documentation for C++ CLI, Visual Studio 2010, and I simply cannot get it to pick up a forward reference. I made a test program to try and get it working. I get (2 ...
2
votes
1answer
48 views

Exporting Java Documentation to XML

I'm looking to export the Java SE 7 Documentation from HTML into parse-able XML. Whether this is done with a scripting language like Perl, or done directly from Java (maybe with Eclipse), I'm open to ...
-2
votes
2answers
53 views

html-code in documentation comment

/** * tag generation * @param string $val value * @return string Returns in mode <code><tag>$val</tag></code> */ function tag($value) { ... } Question is how to write ...
0
votes
1answer
164 views

How to combine DITA topics AND have nested topics in HTML output?

This is similar to a previous question that I asked, with one variation. I would like to know how to merge multiple topics into one (using @chunk) and then have other child topics that can be ...
2
votes
2answers
623 views

Sandcastle Help File Builder Can't Find documentation source

I'm building the doc of a VS 2010 C# project with the Sandcastle Help File Builder. I've added the .xml documentation generated by the compiler and the Visual Studio solution .sln file of the project ...
0
votes
4answers
126 views

Multiple “tasks” in a DITA file?

To me the following documentation would appear to contain conceptual information plus several tasks. However when viewing the page source it seems that the documentation is in fact a concept: ...
1
vote
2answers
234 views

Moving XML comments to a separate file

I love XML comments. However, with everything collapsed, every two lines looks like: [/// summary ...] public void CreateUser(string username, string password)[...] Multiply this by tens or ...
1
vote
1answer
187 views

Modifying rules in Atomineer

I am using @remarks and @ingroup in my comment blocks but when I run Atomineer it keeps marking them for deletion and I'm not sure how to keep it from doing this. I looked at modifying rules in the ...
0
votes
1answer
181 views

Using links to method's arguments in XML documentation leads to broken links in help file generated by SandCastle

I have a problem with proper resolving of link in <see cref=""/> tag when <see> points to a method's argument. Here is an example: <summary> My method. </summary> <param ...
3
votes
1answer
345 views

Add different default and custom tags to Visual Studio XML Documentation

I am just learning how to use the XML documentation capabilities in visual studio and C#. The default XML tags used in the documentation are "summary", "param name", and "returns". I'd like to add ...
1
vote
1answer
59 views

How do I refer to a method overload using a dynamic type in C# XML comments?

I am trying to use the <see> tag in C#'s XML documentation. The problem is that I have two method overloads that use the dynamic keyword. So, I have something like the following: ...
2
votes
2answers
714 views

Sandcastle documentation xml code example displaying without carriage returns

I'm using sandcastle to document at web service API and to summarys and remarks to the top level Namespace I've add a sandcastle.xml file to my project. My problem is when I try and add a xml ...
1
vote
2answers
243 views

Force Documentation in VS(2010)

I am simply searching how to obtain errors/warning for each function/member that isnt documented. Im pretty sure I managed to do this on one of my projects, but cant find how to do it here on my ...
1
vote
1answer
296 views

How can I create XML Schema documentation that will appear in Eclipse' tooltips?

I have created a custom XML Schema that I am using in other parts of an Android application. When working with the default Android schema, tootips showing documentation for XML attributes are ...
0
votes
1answer
24 views

What's the best way to turn a bunch of XML docs into a set of HTML help pages, run locally?

My intent to is to create documentation for our software project that is checked into our SCM system along with the source code. These files can be spread among various sub-projects but I want to ...
0
votes
1answer
264 views

apache xerces documentation

I am attempting to learn how to use xerces-c, starting with DOM, but I am having trouble finding anything very useful to help me get started in the documentation. I am not very familiar with XML, so ...
0
votes
1answer
53 views

What is the best format for documenting XML?

I am currently writing the specification for an API that works as follows: Client makes a HTTPS post to a particular URL with zero or more HTTP parameters Server responds with a short XML document ...
2
votes
0answers
64 views

Is there a docco variant that works with XML?

I tried patching pycco, the python version of docco to process XML but it turned out too difficult. Is there any fork of docco that would work with XML and multi-line comments like <!-- this? ...
0
votes
1answer
185 views

VS xml documentation, inheriting from base class

I have enabled generating XML documentation on my class library which has one parent class and many inherited classes from it. There are several properties overridden from base class properties. I ...
3
votes
2answers
602 views

Where is C# documentation using XML comments created (Visual Studio 2010)?

Do you know where is this documentation created ? Normally it can be created with : /// <summary> /// I just want to test something /// </summary> /// <param ...
3
votes
1answer
264 views

Doxygen: HTML too large

I have a very large class, which is very documented. Doxygen is used for producing the HTML documentation, but for this class the HTML file is big ~12 MB, which is too much for my taste. This happens ...
0
votes
1answer
149 views

build documentation for xml file (ex. ebay api)

does anyone knows a documentation build tool for xml file that builds a documentation similar to ebay trading api documentation? example the eBay trading api documentation scheme: ...
0
votes
1answer
128 views

NullPointerException while working with stateful PartialFunction and collectFirst

Consider this (very ugly code): object ExternalReferences2 { import java.util.regex._ implicit def symbol2string(sym: Symbol) = sym.name object Mapping { def fromXml(mapping: ...
0
votes
2answers
651 views

APIGEE — generate documentation from XML wadl?

I have an APIGEE .wadl file I'd like to generate REST documenattion from for all the API requests. Has anybody done this, or am I stuck with writing my own parser?
0
votes
1answer
126 views

How can I get this eBay information?

I'm looking for the eBay Shipping and Carrier Details. I copied the following XML from the eBay documentation and modified it for my purposes. According to the documentation, it will give me exactly ...
6
votes
2answers
2k views

C# XML Documentation Website Link

Is it possible to include a link to a website in the XML documentation? For example, my method's summarized as ///<Summary> /// This is a math function I found HERE. ///</Summary> public ...
2
votes
1answer
75 views

What is the best way to document a poorly written web service?

At the moment I am in my notice period at work. I have a working but quite poorly structured web-service running (that I wrote from scratch) that I do not have time to refactor. I need to document ...
0
votes
1answer
28 views

Modeling XML for documentation

I have several XML files used in my application, I need to document these XML data files, for example as Relational Database modeled by ER diagrams. How to model XML data?
6
votes
4answers
414 views

C# XML Documentation Tool, but one that saves documentation in another file [closed]

I know there are plenty of tools for .NET languages that work with XML comments to ease documentation (such as AtomineerUtils and GhostDoc) but they all require that the documentation be kept in /// ...
0
votes
1answer
110 views

Putting Project Documentation on Sharepoint via <summary> tags

I was wondering if there was a way to stick documentation generated by XML Comments onto a Sharepoint server? I have been looking around and I haven't been able to find a method to put the XML files ...
1
vote
1answer
63 views

Solid file report in SandCastle

I use SandCastle for generate documentation of my C#-project. By default I have chm-file as result of SandCastle's work. But I want have one html-file with description of all my class. I not need ...
1
vote
2answers
63 views

I want to tell our programmers what stored procs are in the database, what they do, what params, etc… IN CODE

Is there a good way to give us a way to easily see what Stored Procs are on our DB? So that while I am in code, and I am needing to call a stored proc... I can (XML) style pull up the list of stored ...
2
votes
1answer
518 views

Enable C++ compiler warning for missing XML documentation

When XML documentation is enabled for my C++ projects (managed) the compiler does not raise any warnings for missing comments. I have enabled the documentation generation by setting "Generate XML ...
5
votes
1answer
425 views

How to tag code in C# XML documentation

I have this function: public static string Join(this IEnumerable<string> strings, string separator) { return string.Join(separator, strings.ToArray()); } which I want to document. I want ...
12
votes
2answers
2k views

reference to generic type in XML code comment

As I know, in a XML comment for a C# type/method, it is possible to reference a generic type in a tag like so: ///<see cref="name.space.typename&lt;T&rt;(paramtype)"> But I think, ...
5
votes
1answer
760 views

Generate Visual Studio XML documentation from Javascript files?

We're currently using Sandcastle to generate our API documentation, which is working great. However, we'd like to use Visual Studio style comments with our Javascript files and have an XML ...
0
votes
3answers
54 views

An user requirement

in my opinion, this is not actually an XML question, but more of a documentation question. I recently had a requirement from a client, and he specified some rules for XSLT for several XML files. One ...
1
vote
1answer
1k views

How to document an XML Schema?

I have developed a XML schema for an application I wrote. Now I want to document the valid structure for the end user, however I can't come up with any natural way to do this. I've seen things like ...
1
vote
2answers
590 views

XML Schema Validation: How to validate “embedded” documents?

I'm not sure if the title of my question is correct, I don't think this is be called "embedded" document, but I dont know the exact term. So, first of all: "What does this guy mean?" ...
2
votes
2answers
322 views

C# xml documentation

What's the purpose of the .xml documentation files shipped with the assemblies (.dll files). I know, how to build a one (as here, for example), but what can they be used for? Also, if this ...

1 2