Ticket #377 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

Some documentation fixes

Reported by: ronaldws Owned by: jkeenan
Priority: normal Milestone:
Component: docs Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: applied Platform: all

Description

The doc file docs/multidispatch.pod says “...Part or all of document is outdated..Please refer to PDD03...while we rewrite...”. I find no mention of mmd in PDD03. PDD27 covers “Multiple Dispatch” so the attached patch changes “PDD03” to “PDD27”.

The doc file docs/vtables.pod says “The master list of VTABLE interfaces can be found in .. with documentation in docs/pdds/pdd02_vtables.pod.”. Pdd02 seems to have been discontinued and the vtable interfaces seem to be covered in docs/pdds/pdd17_pmc.pod. The attached patch changes “pdd02_vtables.pod” to “pdd17_pmc.pod”.

The files docs/debug.pod and include/parrot/gc_api.h claim that the definition of GC_VERBOSE is in src/gc/api.c. The attached patch corrects the location of the definition in both cases to include/parrot/gc_api.h.

Ron

Attachments

some_docs_fixes.patch Download (2.2 KB) - added by ronaldws 13 years ago.

Change History

Changed 13 years ago by ronaldws

Changed 13 years ago by jkeenan

  • owner set to jkeenan
  • status changed from new to assigned

Changed 13 years ago by jkeenan

  • status changed from assigned to closed
  • component changed from none to docs
  • patch set to applied
  • platform set to all
  • version set to trunk
  • resolution set to fixed

Applied in r37009. Thanks, Ron!

Note: See TracTickets for help on using tickets.