1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Added support for documentation tags.

This commit is contained in:
Sander Bogaert 2011-07-05 15:43:36 +02:00 committed by Andrew Chen
parent bcd7735324
commit 869bb7602f

View File

@ -157,6 +157,7 @@ public class AutoconfigInfo {
public List<InputField> inputFields; public List<InputField> inputFields;
public InformationBlock enable; public InformationBlock enable;
public InformationBlock instruction; public InformationBlock instruction;
public InformationBlock documentation;
/* /*