Skip to content

Commit

Permalink
Update project_manager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto authored Jul 2, 2021
1 parent 65b652c commit e03f8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/project_manager/project_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ export class Project_manager {
let comment_symbol_vhdl = configuration.get('documenter.vhdl.symbol');
let comment_symbol_verilog = configuration.get('documenter.verilog.symbol');

config.vhdl_symbol = comment_symbol_vhdl;
config.verilog_symbol = comment_symbol_verilog;
config.symbol_vhdl = comment_symbol_vhdl;
config.symbol_verilog = comment_symbol_verilog;


if (type === "markdown") {
Expand Down

0 comments on commit e03f8cd

Please sign in to comment.