Changeset 2058
- Timestamp:
- 04/22/08 09:46:39
(7 months ago)
- Author:
- dsugar
- Message:
added summary tags in interface documentation
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2056 |
r2058 |
|
| 248 | 248 | outStream.print (XML_PARAM_OPEN); |
|---|
| 249 | 249 | outStream.println ("'resource'>"); |
|---|
| | 250 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 250 | 251 | outStream.println ("## Type of resource being customized"); |
|---|
| | 252 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 251 | 253 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 252 | 254 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 314 | 316 | outStream.print (XML_PARAM_OPEN); |
|---|
| 315 | 317 | outStream.println ("'domain'>"); |
|---|
| | 318 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 316 | 319 | outStream.println ("## Type for domain being customized"); |
|---|
| | 320 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 317 | 321 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 318 | 322 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 523 | 527 | outStream.print (XML_PARAM_OPEN); |
|---|
| 524 | 528 | outStream.println ("'start_domain'>"); |
|---|
| | 529 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 525 | 530 | outStream.println ("## Source Domain type"); |
|---|
| | 531 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 526 | 532 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 527 | 533 | outStream.print (XML_PARAM_OPEN); |
|---|
| 528 | 534 | outStream.println ("'end_domain'>"); |
|---|
| | 535 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 529 | 536 | outStream.println ("## Ending Domain Type"); |
|---|
| | 537 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 530 | 538 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 531 | 539 | outStream.print (XML_PARAM_OPEN); |
|---|
| 532 | 540 | outStream.println ("'entrypoint'>"); |
|---|
| | 541 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 533 | 542 | outStream.println ("## Entry Point type"); |
|---|
| | 543 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 534 | 544 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 535 | 545 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 619 | 629 | outStream.print (XML_PARAM_OPEN); |
|---|
| 620 | 630 | outStream.println ("'entrypoint'>"); |
|---|
| | 631 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 621 | 632 | outStream.println ("## Entrypoint Resource being customized"); |
|---|
| | 633 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 622 | 634 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 623 | 635 | outStream.print ("template(`"); |
|---|
| … | … | |
| 795 | 807 | outStream.print (XML_PARAM_OPEN); |
|---|
| 796 | 808 | outStream.println ("'domain'>"); |
|---|
| | 809 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 797 | 810 | outStream.println ("## Domain accessing resource"); |
|---|
| | 811 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 798 | 812 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 799 | 813 | outStream.print (XML_PARAM_OPEN); |
|---|
| 800 | 814 | outStream.println ("'resource'>"); |
|---|
| | 815 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 801 | 816 | outStream.println ("## Resource being accessed"); |
|---|
| | 817 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 802 | 818 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 803 | 819 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 1005 | 1021 | outStream.print (XML_PARAM_OPEN); |
|---|
| 1006 | 1022 | outStream.println ("'userdomain_prefix'>"); |
|---|
| | 1023 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 1007 | 1024 | outStream.println ("## The prefix of the user domain (e.g., user is the prefix for user_t)"); |
|---|
| | 1025 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 1008 | 1026 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 1009 | 1027 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 1058 | 1076 | outStream.print (XML_PARAM_OPEN); |
|---|
| 1059 | 1077 | outStream.println ("'domain'>"); |
|---|
| | 1078 | outStream.println (XML_SUMMARY_OPEN); |
|---|
| 1060 | 1079 | outStream.println ("## The type of the domain which the control resource is attached"); |
|---|
| | 1080 | outStream.println (XML_SUMMARY_CLOSE); |
|---|
| 1061 | 1081 | outStream.println (XML_PARAM_CLOSE); |
|---|
| 1062 | 1082 | outStream.println ("template(`" + sCustomName + "',`"); |
|---|
| … | … | |
| 1355 | 1375 | policyStream.print (XML_PARAM_OPEN); |
|---|
| 1356 | 1376 | policyStream.println ("'domain'>"); |
|---|
| 1357 | | policyStream.println ("## <summary> Domain being granted access to resource. </summary>"); |
|---|
| | 1377 | policyStream.println (XML_SUMMARY_OPEN); |
|---|
| | 1378 | policyStream.println ("## Domain being granted access to resource."); |
|---|
| | 1379 | policyStream.println (XML_SUMMARY_CLOSE); |
|---|
| 1358 | 1380 | policyStream.println (XML_PARAM_CLOSE); |
|---|
| 1359 | 1381 | |
|---|
Download in other formats:
* Generating other formats may take time.