Commit 11e36aa4 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove CSS mixin name detection from DocAst.

There is no @tag for CSS Mixins, and therefore no way to define
a mixin name inside documentation - it can only be derived from code.
parent 0100fc9e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ module JsDuck
      def create_css_mixin(docs, doc_map)
        return add_shared({
            :tagname => :css_mixin,
            :name => detect_name(:css_mixin, doc_map),
            :doc => detect_doc(:css_mixin, doc_map),
          }, doc_map)
      end