Skip to content

Commit

Permalink
src/doc/commands/templates: move commands_json to json_commands
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
  • Loading branch information
Morriar committed Jun 22, 2018
1 parent adead3b commit 83e4dff
Show file tree
Hide file tree
Showing 34 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/commands/commands_docdown.nit
Expand Up @@ -15,7 +15,7 @@
# Doc down related queries
module commands_docdown

import commands_md
import templates::md_commands
import markdown

# Retrieve the MDoc summary
Expand Down
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Render commands results as Markdown
module commands_md
module md_commands

import commands_catalog
import commands_graph
Expand Down
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

module test_commands_md is test
module test_md_commands is test

import test_commands
intrude import doc::commands::commands_main
import doc::commands::commands_md
import md_commands

class TestCommandsMd
super TestCommands
Expand Down

0 comments on commit 83e4dff

Please sign in to comment.