Skip to content

Commit e490638

Browse files
committed
Various robodoc documentation updates. Added "parameters" and "interfaces" types.
1 parent d9dfe65 commit e490638

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

robodoc.rc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,30 @@
1616
items:
1717
AUTHOR
1818
BUGS
19+
COPYRIGHT
1920
DESCRIPTION
2021
EXAMPLE
2122
HISTORY
2223
INPUT
2324
INPUTS
25+
LICENSE
2426
MODIFIED
2527
NAME
2628
NOTES
2729
OUTPUT
2830
OUTPUTS
2931
REFERENCES
30-
USAGE
32+
RESULT
3133
SEE ALSO
34+
USAGE
35+
WARNINGS
3236
source line comments:
3337
!
38+
headertypes:
39+
h "Modules" robo_modules 4
40+
d "Parameters" robo_definitions 3
41+
c "Classes" robo_classes 2
42+
I "Interfaces" robo_interfaces 1
3443
keywords:
3544
abstract
3645
allocatable

src/json_module.f90

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module json_module
3232
! [3] http://www.json.org/ [JSON website]
3333
! [4] http://jsonlint.com/ [JSON validator]
3434
!
35-
! COPYRIGHT
35+
! LICENSE
3636
!
3737
! -------------------------------------------------------------------------------------
3838
! json-fortran License:
@@ -338,7 +338,7 @@ end subroutine array_callback_func
338338
end interface
339339

340340
!*************************************************************************************
341-
!****f* json_module/json_get_child
341+
!****I* json_module/json_get_child
342342
!
343343
! NAME
344344
! json_get_child
@@ -358,7 +358,7 @@ end subroutine array_callback_func
358358
!*************************************************************************************
359359

360360
!*************************************************************************************
361-
!****f* json_module/json_add
361+
!****I* json_module/json_add
362362
!
363363
! NAME
364364
! json_add
@@ -380,7 +380,7 @@ end subroutine array_callback_func
380380
!*************************************************************************************
381381

382382
!*************************************************************************************
383-
!****f* json_module/json_update
383+
!****I* json_module/json_update
384384
!
385385
! NAME
386386
! json_update
@@ -406,7 +406,7 @@ end subroutine array_callback_func
406406
!*************************************************************************************
407407

408408
!*************************************************************************************
409-
!****f* json_module/json_get
409+
!****I* json_module/json_get
410410
!
411411
! NAME
412412
! json_get
@@ -426,7 +426,7 @@ end subroutine array_callback_func
426426
!*************************************************************************************
427427

428428
!*************************************************************************************
429-
!****f* json_module/json_print_to_string
429+
!****I* json_module/json_print_to_string
430430
!
431431
! NAME
432432
! json_print_to_string
@@ -441,7 +441,7 @@ end subroutine array_callback_func
441441
!*************************************************************************************
442442

443443
!*************************************************************************************
444-
!****f* json_module/json_print
444+
!****I* json_module/json_print
445445
!
446446
! NAME
447447
! json_print
@@ -462,7 +462,7 @@ end subroutine array_callback_func
462462
!*************************************************************************************
463463

464464
!*************************************************************************************
465-
!****f* json_module/json_destroy
465+
!****I* json_module/json_destroy
466466
!
467467
! NAME
468468
! json_destroy
@@ -484,7 +484,7 @@ end subroutine array_callback_func
484484
!*************************************************************************************
485485

486486
!*************************************************************************************
487-
!****f* json_module/json_remove
487+
!****I* json_module/json_remove
488488
!
489489
! NAME
490490
! json_remove
@@ -499,7 +499,7 @@ end subroutine array_callback_func
499499
!*************************************************************************************
500500

501501
!*************************************************************************************
502-
!****f* json_module/json_remove_if_present
502+
!****I* json_module/json_remove_if_present
503503
!
504504
! NAME
505505
! json_remove_if_present

0 commit comments

Comments
 (0)