Renamed overview muffin to candy symbols
This commit is contained in:
parent
5be83bcc79
commit
77ed0a2b9a
2 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ import org.xml.sax.SAXException;
|
|||
import love.distributedrebirth.nx01.mushroom.mais.fc18.kanji.KanjiDict;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.kanji.KanjiDictLiteral;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterBaklava;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterMuffin;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocPageWriterCandy;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocSegmentWriterCake;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocSegmentWriterCakeSlice;
|
||||
import love.distributedrebirth.nx01.mushroom.mais.fc18.print.FCDocSegmentWriterCakeWord;
|
||||
|
|
@ -185,7 +185,7 @@ public class FCDocWriter {
|
|||
adc1.addChildConcept(kanjiDoc);
|
||||
adc1.addChildConcept(kanjiDocLit);
|
||||
|
||||
doc.addDocPage(FCDocPageWriterMuffin.createDocPage());
|
||||
doc.addDocPage(FCDocPageWriterCandy.createDocPage());
|
||||
doc.addDocPage(FCDocPageWriterBaklava.createDocPage());
|
||||
doc.addDocPage(DefaultPageWriterTree.createDocPage());
|
||||
//doc.addDocPage(DefaultPageWriterIndexAll.createDocPage());
|
||||
|
|
|
|||
|
|
@ -42,15 +42,15 @@ import org.x4o.sax3.SAX3WriterHtml.Tag;
|
|||
import org.x4o.sax3.io.ContentCloseable;
|
||||
|
||||
/**
|
||||
* Cake doc muffin page writer.
|
||||
* Cake doc candy page writer.
|
||||
*
|
||||
* @author Willem Cazander
|
||||
* @version 1.0 Jan 17, 2025
|
||||
*/
|
||||
public class FCDocPageWriterMuffin implements MaisDocPageWriter, FCDocSegmentWriter {
|
||||
public class FCDocPageWriterCandy implements MaisDocPageWriter, FCDocSegmentWriter {
|
||||
|
||||
public static MaisDocPage createDocPage() {
|
||||
return new MaisDocPage("overview-muffin","Muffins","Overview of all muffin symbols.",new FCDocPageWriterMuffin());
|
||||
return new MaisDocPage("overview-candy","Candies","Overview of all candy symbols.",new FCDocPageWriterCandy());
|
||||
}
|
||||
|
||||
// TODO: make all symbols href links
|
||||
Loading…
Add table
Add a link
Reference in a new issue