From 96b03396ddb487816ebd85d1c6f30400019702fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 15 Nov 2019 23:58:15 -0500 Subject: name changes --- org/output_show.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'org/output_show.org') diff --git a/org/output_show.org b/org/output_show.org index ea987d4..5d3f4f8 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -21,8 +21,8 @@ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_summary.d" module doc_reform.meta.metadoc_show_summary; -template DocReformMetaDocSummary() { - void DocReformMetaDocSummary(S,T)( +template spineMetaDocSummary() { + void spineMetaDocSummary(S,T)( const S doc_abstraction, T doc_matters, ) { @@ -136,8 +136,8 @@ writefln( #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_config.d" module doc_reform.meta.metadoc_show_config; -template DocReformShowConfig() { - void DocReformShowConfig(T)( +template spineShowConfig() { + void spineShowConfig(T)( T doc_matters, ) { <> @@ -238,8 +238,8 @@ writefln( #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_make.d" module doc_reform.meta.metadoc_show_make; -template DocReformShowMake() { - void DocReformShowMake(T)( +template spineShowMake() { + void spineShowMake(T)( T doc_matters, ) { <> @@ -309,8 +309,8 @@ writefln( #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_metadata.d" module doc_reform.meta.metadoc_show_metadata; -template DocReformShowMetaData() { - void DocReformShowMetaData(T)( +template spineShowMetaData() { + void spineShowMetaData(T)( T doc_matters, ) { <> -- cgit v1.2.3