-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renaming docProcessor package to kodex
- Loading branch information
1 parent
ea2e4b7
commit 9d9767c
Showing
90 changed files
with
452 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nrensen/docProcessor/AnnotationWrapper.kt → ...nl/jolanrensen/kodex/AnnotationWrapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...olanrensen/docProcessor/CompletionInfo.kt → ...in/nl/jolanrensen/kodex/CompletionInfo.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/jolanrensen/docProcessor/DocAnalyser.kt → ...otlin/nl/jolanrensen/kodex/DocAnalyser.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cProcessor/DocProcessorFailedException.kt → ...nsen/kodex/DocProcessorFailedException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...n/nl/jolanrensen/docProcessor/DocUtils.kt → ...n/kotlin/nl/jolanrensen/kodex/DocUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ensen/docProcessor/DocumentableWrapper.kt → .../jolanrensen/kodex/DocumentableWrapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ensen/docProcessor/DocumentablesByPath.kt → .../jolanrensen/kodex/DocumentablesByPath.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
import java.util.UUID | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ocProcessor/DocumentablesByPathFromMap.kt → ...ensen/kodex/DocumentablesByPathFromMap.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otlin/nl/jolanrensen/docProcessor/Edge.kt → .../main/kotlin/nl/jolanrensen/kodex/Edge.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
import org.jgrapht.graph.DefaultEdge | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rensen/docProcessor/ExcludeFromSources.kt → ...l/jolanrensen/kodex/ExcludeFromSources.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../jolanrensen/docProcessor/ExportAsHtml.kt → ...tlin/nl/jolanrensen/kodex/ExportAsHtml.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...jolanrensen/docProcessor/HighlightInfo.kt → ...lin/nl/jolanrensen/kodex/HighlightInfo.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
/** | ||
* Represents a single highlight in a KDoc. | ||
|
2 changes: 1 addition & 1 deletion
2
...jolanrensen/docProcessor/HtmlRendering.kt → ...lin/nl/jolanrensen/kodex/HtmlRendering.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ocProcessor/MutableDocumentableWrapper.kt → ...ensen/kodex/MutableDocumentableWrapper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
import java.io.File | ||
import java.util.UUID | ||
|
2 changes: 1 addition & 1 deletion
2
...ensen/docProcessor/ProgrammingLanguage.kt → .../jolanrensen/kodex/ProgrammingLanguage.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
enum class ProgrammingLanguage { | ||
KOTLIN, | ||
|
2 changes: 1 addition & 1 deletion
2
...anrensen/docProcessor/SimpleImportPath.kt → .../nl/jolanrensen/kodex/SimpleImportPath.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.jolanrensen.docProcessor | ||
package nl.jolanrensen.kodex | ||
|
||
/** | ||
* Unsafe and simple mirror of | ||
|
2 changes: 1 addition & 1 deletion
2
...l/jolanrensen/docProcessor/StringUtils.kt → ...otlin/nl/jolanrensen/kodex/StringUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...olanrensen/docProcessor/TagDocAnalyser.kt → ...in/nl/jolanrensen/kodex/TagDocAnalyser.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lanrensen/docProcessor/TagDocProcessor.kt → ...n/nl/jolanrensen/kodex/TagDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ocessor/TagDocProcessorFailedException.kt → ...n/kodex/TagDocProcessorFailedException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
...ssor/defaultProcessors/ArgDocProcessor.kt → ...odex/defaultProcessors/ArgDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
.../defaultProcessors/CommentDocProcessor.kt → .../defaultProcessors/CommentDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../defaultProcessors/ExampleDocProcessor.kt → .../defaultProcessors/ExampleDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...ultProcessors/ExportAsHtmlDocProcessor.kt → ...ultProcessors/ExportAsHtmlDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
...r/defaultProcessors/IncludeDocAnalyzer.kt → ...x/defaultProcessors/IncludeDocAnalyzer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
.../defaultProcessors/IncludeDocProcessor.kt → .../defaultProcessors/IncludeDocProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.