开发者

Is there an equivalent to the javadoc command for ini files? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don开发者_JAVA百科’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

I have a long ini file, splitted into section. In each section, there are a bunch of parameters, most of them being optionnal.

What I want is a way to extract, either from the ini file or from the code used to parse it, a list of parameters, their possible values, their usage, and the expected data type.

Does it exist, such a tool?


As I couldn't find any tool for that, i decided to create mine.

So, you can follow this link to a tool that will hapily consume your .ini file. It's a groovy script (requiring as a consequence the Groovy interpreter on your machine) that is quite self documented.

Documentation format is as follows :

## @brief Description
## @type data type
## @mandatory
## @optionnal
## @deprecated
## @default
FieldName = value

Notice for now it's targetted at producing french output.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜